Temporarily(?) weaken new pg_createsubscriber test on Windows.
commit54508209178bc73a497c460bd0ffd1645dceb1a2
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Jun 2024 21:33:06 +0000 (30 17:33 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Jun 2024 21:33:32 +0000 (30 17:33 -0400)
tree369e32b93dac306ab1d2b2d44a318a415fe0981a
parent35a7b288b975f8b13084307c4b610e3bed5ca046
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
src/bin/pg_basebackup/t/040_pg_createsubscriber.pl