pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS
Date: 2011-04-08 02:18:15
Message-ID: E1Q81H5-0006Ot-Pd@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/502ff05209ad08c50eb4f7ef491ff4d880a6cb64

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-04-08 04:32:09 pgsql: Fix some sloppiness in new PL/python get_source_line() function.
Previous Message Andrew Dunstan 2011-04-08 02:17:59 pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS