postgresql/src/backend/access/heap
Tom Lane 0affc29e1e Make sure that t_ctid is reset to equal t_self in heap_delete and
heap_mark4update; this avoids situations where a deleted tuple might
look like it is chained to something else.  Also, cause all the WAL
redo routines to set t_ctid to equal t_self, rather than leaving it
undefined as before.  Make heap_xlog_clean set the page's LSN and SUI
correctly.  All per past discussions in pghackers, ranging back to
last December.
2002-08-13 20:11:03 +00:00
..
heapam.c Make sure that t_ctid is reset to equal t_self in heap_delete and 2002-08-13 20:11:03 +00:00
hio.c Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
Makefile Fix problem reported by Alex Korn: if a relation has been dropped and 2001-11-02 16:30:29 +00:00
tuptoaster.c Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00