]> granicus.if.org Git - postgresql/commit
Tweak md.c logic to cope with the situation where WAL replay tries to
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Aug 2004 03:52:43 +0000 (03:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 30 Aug 2004 03:52:43 +0000 (03:52 +0000)
commit303e46ea93251a499fe5f67f583ad361c776f956
tree98d4bab36f3b85a5f497eb42b1e5ccf85b4bc3d7
parent09c6ac951335cbcf7954d109ee77d6557466224f
Tweak md.c logic to cope with the situation where WAL replay tries to
write into a high-numbered segment of a relation that was later deleted.
We need to temporarily recreate missing segment files, instead of
failing.
src/backend/storage/smgr/md.c