]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Aug 2005 20:07:17 +0000 (20:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 Aug 2005 20:07:17 +0000 (20:07 +0000)
commit26f1202ca318459753a39b2ced5cb6ea9cd8ab8d
tree7fc767c2ad2f343dbbbe7c3e8feae7d97d388cab
parentd5bd53c2c5aea50d0a9c5a445da9da9c34990bd8
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.3 branch.
src/backend/access/heap/heapam.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