pgsql/src/backend/utils/time tqual.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/time tqual.c
Date: 2002-01-11 20:07:04
Message-ID: 200201112007.g0BK74319072@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/01/11 15:07:04

Modified files:
src/backend/utils/time: tqual.c

Log message:
VACUUM must make sure that a HEAP_MARKED_FOR_UPDATE tuple gets marked
as either HEAP_XMAX_COMMITTED or HEAP_XMAX_INVALID once the updating
transaction is gone. Otherwise some other transaction may come along
and try to test the commit status of t_xmax later --- which could be
after VACUUM has recycled the CLOG status for that xact. Bug introduced
in post-beta4 bug fix.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-01-11 20:17:34 Re: pgsql/src/backend/commands sequence.c
Previous Message Bruce Momjian 2002-01-11 19:22:34 Re: pgsql/src/backend/commands sequence.c