pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the
Date: 2008-09-01 18:53:03
Message-ID: 20080901185303.30011755325@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
HeapTupleHeaderAdjustCmax made the incorrect assumption that the raw
command id is the cmin, when it can in fact be a combo cid. That made rows
incorrectly invisible to a transaction where a tuple was deleted by multiple
aborted subtransactions.

Report and patch Karl Schnaitter. Back-patch to 8.3, where combo cids was
introduced.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/time:
combocid.c (r1.4 -> r1.4.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/time/combocid.c?r1=1.4&r2=1.4.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-09-01 20:42:46 pgsql: Add a bunch of new error location reports to parse-analysis error
Previous Message Heikki Linnakangas 2008-09-01 18:52:45 pgsql: HeapTupleHeaderAdjustCmax made the incorrect assumption that the