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:17:33
Message-ID: E1Q81GP-0006NZ-R4@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
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-04-08 02:17:45 pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS
Previous Message Jan Urbański 2011-04-07 22:39:40 Re: [COMMITTERS] pgsql: Add traceback information to PL/Python errors