Re: BUG #13681: Serialization failures caused by new multixact code of 9.3 (back-patch request)

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Olivier Dony <odo+pgbugs(at)odoo(dot)com>
Cc: Kevin Grittner <kgrittn(at)gmail(dot)com>, Olivier Dony <odo(at)odoo(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13681: Serialization failures caused by new multixact code of 9.3 (back-patch request)
Date: 2016-07-05 22:00:31
Message-ID: 20160705220031.GA602524@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I'm looking at this open bug again. I attach two commits; the first one
adds two test cases illustrating the current (broken) behavior, and the
second one adds the fix and changes the test cases to match the new
behavior. I spent a lot of time trying to find (a) any other
HeapTupleSatisfiesUpdate caller that needed to be changed, and (b)
additional test cases that showed misbehavior, and so far I haven't been
able to come up with any.

No other test case is affected AFAICS.

I intend to push this and backpatch to 9.3.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-test-cases.patch text/x-diff 25.4 KB
0002-bug-fix.patch text/x-diff 6.1 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Geoghegan 2016-07-05 23:52:56 Re: Too slow "Analyze" for the table with data in Thai language
Previous Message andrew 2016-07-05 17:35:02 BUG #14228: replication slot catalog_xmin not cleared on slot reuse