pgsql/src/backend/utils/time tqual.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/utils/time tqual.c
Date
Msg-id 200201112007.g0BK74319072@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql/src/backend/commands sequence.c
Next
From: momjian@postgresql.org
Date:
Subject: pgsql/ oc/src/sgml/ref/pg_upgrade.sgml rc/bin/ ...