]> granicus.if.org Git - postgresql/commit
Remove temporary WAL and history files at the end of archive recovery
authorMichael Paquier <michael@paquier.xyz>
Wed, 2 Oct 2019 06:53:07 +0000 (15:53 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 2 Oct 2019 06:53:07 +0000 (15:53 +0900)
commitdf86e52cace2c4134db51de6665682fb985f3195
tree9bdba3940be804ba0f0fed95c3147cd38f0d58fc
parent9555cc8d2b02c4191d67ba39f589b39b01735518
Remove temporary WAL and history files at the end of archive recovery

cbc55da has reworked the order of some actions at the end of archive
recovery.  Unfortunately this overlooked the fact that the startup
process needs to remove RECOVERYXLOG (for temporary WAL segment newly
recovered from archives) and RECOVERYHISTORY (for temporary history
file) at this step, leaving the files around even after recovery ended.

Backpatch to 9.5, like the previous commit.

Author: Sawada Masahiko
Reviewed-by: Fujii Masao, Michael Paquier
Discussion: https://postgr.es/m/CAD21AoBO_eDQub6zojFnWtnmutRBWvYf7=cW4Hsqj+U_R26w3Q@mail.gmail.com
Backpatch-through: 9.5
src/backend/access/transam/xlog.c
src/test/recovery/t/002_archiving.pl