pgsql: Clean up inconsistent backslash use in paths

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Clean up inconsistent backslash use in paths
Date: 2019-12-20 11:30:20
Message-ID: E1iiGU8-00032O-Vf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-12-20 12:02:08 Re: pgsql: Superuser can permit passwordless connections on postgres_fdw
Previous Message Peter Eisentraut 2019-12-20 08:16:38 pgsql: Generate pg_config.h from pg_config.h.in on Windows