pgsql: Clean up inconsistent backslash use in paths - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Clean up inconsistent backslash use in paths
Date
Msg-id E1iiGU8-00032O-Vf@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Generate pg_config.h from pg_config.h.in on Windows
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Superuser can permit passwordless connections onpostgres_fdw