]> granicus.if.org Git - postgresql/commit
Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Aug 2005 22:07:21 +0000 (22:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Aug 2005 22:07:21 +0000 (22:07 +0000)
commit2ba05400242c31604c14a1d0276abeabc7d7ed77
tree05477f5f8d56e3f28da62e254349d486ab035dc3
parentc9e69d71bda9a4e1b41bd2c08a2a57b70b97b334
Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,
and with insufficient paranoia in code that follows t_ctid links.
This patch covers the 7.4 branch.
src/backend/access/heap/heapam.c
src/backend/commands/async.c
src/backend/commands/trigger.c
src/backend/commands/vacuum.c
src/backend/executor/execMain.c
src/backend/utils/time/tqual.c
src/include/access/heapam.h
src/include/executor/executor.h