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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS
Дата
Msg-id E1Q81H5-0006Ot-Pd@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Avoid use of mixed slash style paths in arguments to xcopy in MS
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix some sloppiness in new PL/python get_source_line() function.