]> granicus.if.org Git - postgresql/commit
Fix Xmax freeze conditions
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 8 Feb 2013 04:27:54 +0000 (01:27 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 8 Feb 2013 15:50:58 +0000 (12:50 -0300)
commit5766228bc64268369b59b07cffa7d31cd4f9c9ff
treeeacc43962184e1451ba7fe044858954ff2208745
parent335c5e9206b40c2fac3945db2499a57b948cc996
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.
src/backend/access/heap/heapam.c