Re: [OSSTEST PATCH 0/1] PostgreSQL db: Retry on constraint violation
Kevin Grittner <kgrittn@gmail.com>
From: Kevin Grittner <kgrittn@gmail.com>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>, xen-devel@lists.xenproject.org, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2016-12-14T01:44:02Z
Lists: pgsql-hackers
On Mon, Dec 12, 2016 at 4:46 PM, Thomas Munro <thomas.munro@enterprisedb.com> wrote: > On Tue, Dec 13, 2016 at 10:47 AM, Kevin Grittner <kgrittn@gmail.com> wrote: >> Barring objections I will back-patch to 9.2 through 9.5 tomorrow. >> (9.1 is out of support and the fix is already in 9.6 and forward.) > > +1 Done. I will add a test case based on Ian's work to the master branch to show the bug if this were to be reverted, but first want to look for similar cases, so we know the scope of the issue and we fix what we can. I probably won't get to that until early next month, since I'm on vacation the last two weeks in December and am trying to tie up some loose ends on other things first. Thanks, Ian, for the example to show that this should be considered a bug! -- Kevin Grittner EDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Back-patch fcff8a575198478023ada8a48e13b50f70054766 as a bug fix.
- bed2a0b06ba5 9.5.6 landed
- 60314e28eb02 9.2.20 landed
- 5d80171adace 9.3.16 landed
- 4b9d466c1408 9.4.11 landed
-
Detect SSI conflicts before reporting constraint violations
- fcff8a575198 9.6.0 cited
-
Initial MVCC code.
- 3f7fbf85dc5b 7.1.1 cited