pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS
Date
Msg-id E1Q81Gp-0006OH-MI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Avoid use of mixed slash style paths in arguments to xcopy in MSVC builds.

Some versions of xcopy, notably on Windows 7 don't like it. Backpatch
to 8.3, where we first used xcopy.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5fe33744432f7509a07bccef51d07be64f3827f0

Modified Files
--------------
src/tools/msvc/Install.pm |   11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS