pgsql: Use correct path separator for Windows builtin commands. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Use correct path separator for Windows builtin commands.
Date
Msg-id E1T8ewg-00016C-In@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use correct path separator for Windows builtin commands.

pg_upgrade produces a platform-specific script to remove the old
directory, but on Windows it has not been making sure that the
paths it writes as arguments for rmdir and del use the backslash
path separator, which will cause these scripts to fail.

The fix is backpatched to Release 9.0.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/504aeea6926730f6fa9d3e0ec3a181b659c2f594

Modified Files
--------------
contrib/pg_upgrade/check.c      |   47 +++++++++++++++++++++++++++++++++-----
contrib/pg_upgrade/pg_upgrade.h |    2 +
2 files changed, 42 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Use correct path separator for Windows builtin commands.
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade, pull the port number from postmaster.pid, like we