postgresql/contrib/basic_archive
Michael Paquier 55b5686511 Revert recent changes with durable_rename_excl()
This reverts commits 2c902bb and ccfbd92.  Per buildfarm members
kestrel, rorqual and calliphoridae, the assertions checking that a TLI
history file should not exist when created by a WAL receiver have been
failing, and switching to durable_rename() over durable_rename_excl()
would cause the newest TLI history file to overwrite the existing one.
We need to think harder about such cases, so revert the new logic for
now.

Note that all the failures have been reported in the test
025_stuck_on_old_timeline.

Discussion: https://postgr.es/m/511362.1651116498@sss.pgh.pa.us
2022-04-28 13:08:16 +09:00
..
expected Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
sql Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
.gitignore Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
Makefile Allow archiving via loadable modules. 2022-02-03 14:05:02 -05:00
basic_archive.c Revert recent changes with durable_rename_excl() 2022-04-28 13:08:16 +09:00
basic_archive.conf In basic_archive tests, insist on wal_level='replica'. 2022-02-03 16:40:32 -05:00