Add CheckTableNotInUse guard on parent table for create table partition of / inherits

Edit
ID 1836
Title Add CheckTableNotInUse guard on parent table for create table partition of / inherits
Topic Bug Fixes
Created 2018-10-23 03:34:48
Last modified 2018-11-05 02:07:25 (6 years ago)
Latest email 2018-11-06 00:14:07 (6 years ago)
Status
2018-11: Committed
Target version
Authors Amit Langote (amitlan)
Reviewers Michael Paquier (michael-kun)Become reviewer
Committer Michael Paquier (michael-kun)
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/1836
git checkout commitfest/cf/1836
Emails
BUG #15437: Segfault during insert into declarative partitioned table with a trigger creating partition
First at 2018-10-18 11:57:41 by PG Bug reporting form <noreply at postgresql.org>
Latest at 2018-11-06 00:14:07 by Michael Paquier <michael at paquier.xyz>
Latest attachment (check-table-not-used-when-create-partition-of-3.patch) at 2018-10-29 07:32:03 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp>
    Attachment (check-table-not-used-when-create-partition-of-3.patch) at 2018-10-29 07:32:03 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
    Attachment (check-table-not-used-when-create-partition-of-2.patch) at 2018-10-19 03:45:33 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
    Attachment (check-table-not-used-when-create-partition-of-1.patch) at 2018-10-19 02:40:34 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
History
When Who What
2018-11-05 02:07:25 Michael Paquier (michael-kun) Closed in commitfest 2018-11 with status: Committed
2018-11-05 02:07:25 Michael Paquier (michael-kun) Changed committer to michael-kun
2018-11-02 01:30:54 Michael Paquier (michael-kun) New status: Ready for Committer
2018-11-01 04:41:21 Amit Langote (amitlan) New status: Needs review
2018-10-29 03:33:02 Michael Paquier (michael-kun) Changed reviewers to Michael Paquier (michael-kun)
2018-10-29 03:32:44 Michael Paquier (michael-kun) New status: Waiting on Author
2018-10-23 03:34:58 Amit Langote (amitlan) Changed authors to Amit Langote (amitlan)
2018-10-23 03:34:48 Amit Langote (amitlan) Attached mail thread 15437-3fe01ee66bd1bae1@postgresql.org
2018-10-23 03:34:48 Amit Langote (amitlan) Created patch record
Edit