pgsql: Fix Xmax freeze conditions

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix Xmax freeze conditions
Date: 2013-02-08 15:52:18
Message-ID: E1U3qFO-0001TF-GG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix Xmax freeze conditions

I broke this in 0ac5ad5134; previously, freezing a tuple marked with an
IS_MULTI xmax was not necessary.

Per brokenness report from Jeff Janes.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5766228bc64268369b59b07cffa7d31cd4f9c9ff

Modified Files
--------------
src/backend/access/heap/heapam.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-02-08 15:53:59 Re: pgsql: Move Assert() definitions to c.h
Previous Message Tom Lane 2013-02-08 15:41:22 pgsql: doc: Fix mistakes in the most recent set of release notes.