Thread: pgsql: Fix Xmax freeze conditions

pgsql: Fix Xmax freeze conditions

From
Alvaro Herrera
Date:
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(-)