pgsql-server/src/backend/access/heap heapam.c

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/access/heap heapam.c
Date: 2002-08-13 20:11:10
Message-ID: 20020813201110.15F18475FE3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)postgresql(dot)org 02/08/13 16:11:09

Modified files:
src/backend/access/heap: heapam.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-08-13 20:14:24 pgsql-server/src/backend/commands vacuum.c
Previous Message Peter Eisentraut 2002-08-13 19:53:22 Re: [COMMITTERS] pgsql-server/src