From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Turn install.bat into a pure one line wrapper fort he perl scrip |
Date: | 2015-07-07 13:41:47 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/4dac5651b15ded7ce3b730aec936bec957b2c86a
Modified Files
--------------
src/tools/msvc/install.bat | 29 ++++-------------------------
src/tools/msvc/install.pl | 13 +++++++++++++
2 files changed, 17 insertions(+), 25 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2015-07-07 14:26:54 | pgsql: Refer to %p in the psql docs as 'process ID' not 'pid'. |
Previous Message | Andres Freund | 2015-07-07 11:40:58 | pgsql: Add psql PROMPT variable showing the pid of the connected to bac |