pgsql: Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys
Date
Msg-id E1nC4lH-00011o-Pq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys

Once again we ran foul of the rather baroque msys2 path translation
rules. The cure as in many cases is to do the translation ourselves.

Discussion: https://postgr.es/m/CA+TgmoZU+1yj8TZ8PZrPHxPmr6Wz84V2RfZnsd5HnZugYtqZng@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4f0bcc735038e96404fae59aa16ef9beaf6bb0aa

Modified Files
--------------
src/bin/pg_basebackup/t/010_pg_basebackup.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remember to reset yy_start state when firing up repl_scanner.l.
Next
From: Robert Haas
Date:
Subject: pgsql: pg_upgrade: Preserve database OIDs.