forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit432fbea
committed
Fix tmpdir issues with commite213de8
Commite213de8 fixed a problem with path lengths to a tempdir onWindows, but caused problems on at least some Unix systems where thesystem tempdir is on a different file system. To work around this, onlyused 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.1 parent3e859b3 commit432fbea
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
336 | 336 |
| |
337 | 337 |
| |
338 | 338 |
| |
339 |
| - | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
340 | 344 |
| |
341 |
| - | |
| 345 | + | |
342 | 346 |
| |
343 | 347 |
| |
344 | 348 |
| |
|
0 commit comments
Comments
(0)