Temporarily(?) weaken new pg_createsubscriber test on Windows.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 54508209178bc73a497c460bd0ffd1645dceb1a2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-06-30T21:33:32Z
Releases: 17.0
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

Files

Discussion