Fix race condition between SELECT and ALTER TABLE NO INHERIT

Edit
Title Fix race condition between SELECT and ALTER TABLE NO INHERIT
Topic Bug Fixes
Created 2017-08-28 09:35:05
Last modified 2018-01-12 20:47:44 (6 years, 2 months ago)
Latest email 2018-01-16 02:54:15 (6 years, 2 months ago)
Status
2018-01: Committed
2017-11: Moved to next CF
2017-09: Moved to next CF
Target version
Authors Kyotaro Horiguchi (horiguti)
Reviewers Tom Lane (tgl)Become reviewer
Committer Tom Lane (tgl)
Links
Emails
Race between SELECT and ALTER TABLE NO INHERIT
First at 2017-06-26 08:46:12 by Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp>
Latest at 2018-01-16 02:54:15 by Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp>
Latest attachment (skip-unnecessary-attinhcount-checks.patch) at 2018-01-10 19:56:49 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (skip-unnecessary-attinhcount-checks.patch) at 2018-01-10 19:56:49 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-Add-isolation-test.patch) at 2017-12-12 08:41:43 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (dropinh_lock_parent_v2.patch) at 2017-09-19 06:04:30 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (ignore_no_longer_child_v2_69835bc.patch) at 2017-09-13 02:25:43 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (ignore_no_longer_child.patch) at 2017-08-28 09:28:07 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (ignore_no_longer_child.patch) at 2017-06-26 08:46:12 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp> (Patch: Yes)
History
When Who What
2018-01-12 20:47:44 Tom Lane (tgl) Closed in commitfest 2018-01 with status: Committed
2018-01-12 18:38:30 Tom Lane (tgl) Added tgl as committer
2018-01-12 18:38:27 Tom Lane (tgl) Added tgl as reviewer
2017-11-29 05:04:09 Michael Paquier (michael-kun) Closed in commitfest 2017-11 with status: Moved to next CF
2017-10-01 22:38:24 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2017-09 with status: Moved to next CF
2017-09-13 02:28:20 Kyotaro Horiguchi (horiguti) New status: Needs review
2017-09-12 14:29:20 Aleksander Alekseev (a.alekseev) New status: Waiting on Author
2017-08-28 09:35:48 Kyotaro Horiguchi (horiguti) Changed authors to Kyotaro Horiguchi (horiguti)
2017-08-28 09:35:06 Kyotaro Horiguchi (horiguti) Attached mail thread 20170626.174612.23936762.horiguchi.kyotaro@lab.ntt.co.jp
2017-08-28 09:35:05 Kyotaro Horiguchi (horiguti) Created patch record
Edit