diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2023-07-08 12:34:25 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2023-07-08 12:37:46 -0400 |
commit | 432fbeaa522ebad417ec0104aee9bd9bd3bfc3ff (patch) | |
tree | ff929e5db4b250f84e97af622dca19e336fb33d1 /src/backend/tcop/postgres.c | |
parent | 3e859b3d7af1b249e89d5e8e25a6f4b678624238 (diff) | |
download | postgresql-432fbeaa522ebad417ec0104aee9bd9bd3bfc3ff.tar.gz postgresql-432fbeaa522ebad417ec0104aee9bd9bd3bfc3ff.zip |
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions