Fix tmpdir issues with commit e213de8e78

Andrew Dunstan <andrew@dunslane.net>

Commit: 432fbeaa522ebad417ec0104aee9bd9bd3bfc3ff
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2023-07-08T16:37:46Z
Releases: 15.4
Fix tmpdir issues with commit e213de8e78

Commit e213de8e78 fixed a problem with path lengths to a tempdir on
Windows, but caused problems on at least some Unix systems where the
system tempdir is on a different file system. To work around this, only
used the system temdir for the destination of pg_replslot on Windows,
and otherwise restore the old behaviour.

Backpatch to relase 14 like the previous patch.

Problem exposed by a myriad of buildfarm animals.

Files

PathChange+/−
src/bin/pg_basebackup/t/010_pg_basebackup.pl modified +6 −2