Re: BUG #15677: Crash while deleting from partitioned table
Amit Langote <langote_amit_f8@lab.ntt.co.jp>
From: Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
To: Michael Paquier <michael@paquier.xyz>
Cc: infernorb@gmail.com, pgsql-bugs@lists.postgresql.org,
PG Bug reporting form <noreply@postgresql.org>
Date: 2019-03-11T05:04:03Z
Lists: pgsql-bugs
On 2019/03/11 13:55, Michael Paquier wrote: > On Mon, Mar 11, 2019 at 12:55:05PM +0900, Amit Langote wrote: >> Forgot to mention that this bug exists in PG 10, 11, and HEAD. The same >> patch applies to all three branches. > > Could you add that to the future CF so as we don't forget? Done: * update/delete on partitioned tables may crash under concurrency * https://commitfest.postgresql.org/23/2057/ Thanks, Amit
Commits
-
Fix EvalPlanQualStart to handle partitioned result rels correctly.
- 1b5bbe4bcc91 10.8 landed
- b291488da513 11.3 landed
- a8cb8f124679 12.0 landed