Fix WAL replay of truncate operations to cope with the possibility that the
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jul 2007 16:30:12 +0000 (16:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jul 2007 16:30:12 +0000 (16:30 +0000)
commita3ab522a0bac83651c4e16c11d6fa86686dee68b
tree21ab3a807b747779d6fcdf3da8e74b6eda17738d
parent1953629c84c4ab691a9b31d622b0b8cf743050e4
Fix WAL replay of truncate operations to cope with the possibility that the
truncated relation was deleted later in the WAL sequence.  Since replay
normally auto-creates a relation upon its first reference by a WAL log entry,
failure is seen only if the truncate entry happens to be the first reference
after the checkpoint we're restarting from; which is a pretty unusual case but
of course not impossible.  Fix by making truncate entries auto-create like
the other ones do.  Per report and test case from Dharmendra Goyal.
src/backend/storage/smgr/smgr.c