pgsql: Clean up inconsistent backslash use in paths

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Clean up inconsistent backslash use in paths
Дата
Msg-id E1iiGU8-00032O-Vf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up inconsistent backslash use in paths

Most of the MSVC Perl code uses forward slashes for file paths.  Make
the few places that use backslashes the same.  This also helps running
that code on non-Windows.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/77f416af6e821b40649c971ded43089e0450791a

Modified Files
--------------
src/tools/msvc/build.pl     | 4 ++--
src/tools/msvc/mkvcbuild.pl | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Generate pg_config.h from pg_config.h.in on Windows
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Superuser can permit passwordless connections onpostgres_fdw