]> 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 19:45:06 +0000 (19:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 25 Aug 2005 19:45:06 +0000 (19:45 +0000)
commit08e12b89d5e094315f2b5d238916b2f56ad8ad7a
tree83461a63669fe228bebaaa2722ab281e0d2da58f
parent5576a611cd8f358a751f53ad787b4b659bbf77cc
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 8.0 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