Thread: pgsql: Clean up inconsistent backslash use in paths

pgsql: Clean up inconsistent backslash use in paths

From
Peter Eisentraut
Date:
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(-)