pgsql: Temporarily(?) weaken new pg_createsubscriber test on Windows.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Temporarily(?) weaken new pg_createsubscriber test on Windows.
Date: 2024-06-30 21:33:44
Message-ID: E1sO2B5-003hqh-H6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Temporarily(?) weaken new pg_createsubscriber test on Windows.

Don't include double-quotes (") in the generated database names
on Windows. Doing so tickles a bug in older versions of IPC::Run,
which fail to quote command line arguments correctly for that
platform. Possibly we can revert this after updating affected
buildfarm animals.

Discussion: https://postgr.es/m/2509767.1719773880@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/54508209178bc73a497c460bd0ffd1645dceb1a2

Modified Files
--------------
src/bin/pg_basebackup/t/040_pg_createsubscriber.pl | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-06-30 22:37:55 pgsql: Run pgperltidy
Previous Message Tomas Vondra 2024-06-30 18:54:03 pgsql: Add pg_combinebackup --copy option