pgsql: Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Unbreak pg_basebackup/t/010_pg_basebackup.pl on msys
Date: 2022-01-24 19:12:19
Message-ID: E1nC4lH-00011o-Pq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-01-24 19:43:35 pgsql: pg_upgrade: Preserve database OIDs.
Previous Message Tom Lane 2022-01-24 17:10:08 pgsql: Remember to reset yy_start state when firing up repl_scanner.l.