pgsql: In pg_upgrade, fix the -l/log option to work on Windows. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: In pg_upgrade, fix the -l/log option to work on Windows.
Date
Msg-id E1QjfIm-0000UW-Nv@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In pg_upgrade, fix the -l/log option to work on Windows.

Also, double-quote the log file name in all places, to allow (on all
platforms) log file names with spaces.

Back patch to 9.0 and 9.1.

Branch
------
REL9_1_STABLE

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

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c |   44 ++++++++++++++++++++++++++++++++------
contrib/pg_upgrade/server.c     |    2 +-
2 files changed, 38 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, fix the -l/log option to work on Windows.
Next
From: Tom Lane
Date:
Subject: pgsql: Ensure that xpath() escapes special characters in string values.