Fix incorrect archive truncation point calculation in the %r recovery_command

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 48bf6642c3d9cd204a0b9ab2c418bd26a7d70539
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2008-05-09T14:28:08Z
Releases: 8.3.2
Fix incorrect archive truncation point calculation in the %r recovery_command
parameter. This fixes bug 4137 reported by Wojciech Strzalka, where a WAL
file is deleted too early when starting the recovery of a warm standby server.

Also add a sanity check in pg_standby so that it will refuse to delete anything
earlier than the file being restored, and improve the debug message in case
nothing is deleted.

Simon Riggs. Backpatch to 8.3, which is where %r was introduced.

Files

PathChange+/−
contrib/pg_standby/pg_standby.c modified +14 −1
src/backend/access/transam/xlog.c modified +30 −6