pgsql: Turn install.bat into a pure one line wrapper fort he perl scrip

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Turn install.bat into a pure one line wrapper fort he perl scrip
Дата
Msg-id E1ZCT87-0000NU-5I@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Turn install.bat into a pure one line wrapper fort he perl script.

Build.bat and vcregress.bat got similar treatment years ago. I'm not sure
why install.bat wasn't treated at the same time, but it seems like a good
idea anyway.

The immediate problem with the old install.bat was that it had quoting
issues, and wouldn't work if the target directory's name contained spaces.
This fixes that problem.

I committed this to master yesterday, this is a backpatch of the same for
all supported versions.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a5273ef371cedb2c5e51d151e30ebe6f44615a03

Modified Files
--------------
src/tools/msvc/install.bat |   29 ++++-------------------------
src/tools/msvc/install.pl  |   13 +++++++++++++
2 files changed, 17 insertions(+), 25 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Add psql PROMPT variable showing the pid of the connected to bac
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Turn install.bat into a pure one line wrapper fort he perl scrip