update/delete on partitioned tables may crash under concurrency

Edit
ID 2057
Title update/delete on partitioned tables may crash under concurrency
Topic Bug Fixes
Created 2019-03-11 05:02:30
Last modified 2019-04-08 16:35:07 (5 years, 7 months ago)
Latest email 2019-06-29 05:09:42 (5 years, 4 months ago)
Status
2019-07: Committed
Target version
Authors Amit Langote (amitlan)
Reviewers Tom Lane (tgl)Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/2057
git checkout commitfest/cf/2057
Emails
BUG #15677: Crash while deleting from partitioned table
First at 2019-03-08 07:29:10 by PG Bug reporting form <noreply at postgresql.org>
Latest at 2019-06-29 05:09:42 by Amit Langote <amitlangote09 at gmail.com>
Latest attachment (partition-eval-plan-qual.spec) at 2019-06-28 21:56:03 from Alvaro Herrera <alvherre at 2ndquadrant.com>
    Attachment (partition-eval-plan-qual.spec) at 2019-06-28 21:56:03 from Alvaro Herrera <alvherre at 2ndquadrant.com> (Patch: No)
    Attachment (EvalPlanQualStart-bug-v2.patch) at 2019-03-13 04:45:51 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
    Attachment (EvalPlanQualStart-bug-partition-resultrel-init.patch) at 2019-03-11 03:02:42 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
History
When Who What
2019-04-08 16:35:10 Tom Lane (tgl) Added tgl as reviewer
2019-04-08 16:35:07 Tom Lane (tgl) Closed in commitfest 2019-07 with status: Committed
2019-04-08 16:35:07 Tom Lane (tgl) Changed committer to tgl
2019-03-11 05:03:30 Amit Langote (amitlan) Changed authors to Amit Langote (amitlan)
2019-03-11 05:02:30 Amit Langote (amitlan) Attached mail thread 15677-0bf089579b4cd02d@postgresql.org
2019-03-11 05:02:30 Amit Langote (amitlan) Created patch record
Edit