Fix incorrect hi_options in COPY to partitioned table

Edit
ID 1811
Title Fix incorrect hi_options in COPY to partitioned table
Topic Bug Fixes
Created 2018-10-01 02:32:31
Last modified 2018-11-19 14:19:44 (6 years ago)
Latest email 2018-11-20 23:03:58 (6 years ago)
Status
2018-11: Committed
Target version
Authors David Rowley (davidrowley)
Reviewers Steve Singer (ssinger), tingting hui (timz)Become reviewer
Committer Álvaro Herrera (alvherre)
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/1811
git checkout commitfest/cf/1811
Emails
heap_sync seems rather oblivious to partitioned tables (wal_level=minimal)
First at 2018-09-19 00:21:17 by Tomas Vondra <tomas.vondra at 2ndquadrant.com>
Latest at 2018-11-20 23:03:58 by David Rowley <david.rowley at 2ndquadrant.com>
Latest attachment (fix_incorrect_setting_of_hi_options_for_partitioned_tables_v3-pg10.patch) at 2018-11-17 15:53:23 from Alvaro Herrera <alvherre at 2ndquadrant.com>
    Attachment (fix_incorrect_setting_of_hi_options_for_partitioned_tables_v3-pg10.patch) at 2018-11-17 15:53:23 from Alvaro Herrera <alvherre at 2ndquadrant.com> (Patch: Yes)
    Attachment (fix_incorrect_setting_of_hi_options_for_partitioned_tables_v3.patch) at 2018-11-01 03:35:22 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (fix_incorrect_setting_of_hi_options_for_partitioned_tables_v2.patch) at 2018-09-28 07:22:44 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (fix_incorrect_setting_of_hi_options_for_partitioned_tables.patch) at 2018-09-28 01:23:40 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (backtrace.txt) at 2018-09-19 00:21:17 from Tomas Vondra <tomas.vondra at 2ndquadrant.com> (Patch: No)
History
When Who What
2018-11-19 14:19:44 Álvaro Herrera (alvherre) Closed in commitfest 2018-11 with status: Committed
2018-11-17 16:04:02 Álvaro Herrera (alvherre) Added alvherre as committer
2018-11-15 08:04:21 tingting hui (timz) Added timz as reviewer
2018-11-02 02:49:54 Steve Singer (ssinger) New status: Ready for Committer
2018-11-01 03:35:48 David Rowley (davidrowley) New status: Needs review
2018-11-01 03:07:44 Steve Singer (ssinger) Posted review with messageid <154104166474.5571.9877861801929960027.pgcf@coridan.postgresql.org>
2018-11-01 03:07:44 Steve Singer (ssinger) New status: Waiting on Author
2018-11-01 01:41:52 Steve Singer (ssinger) Added ssinger as reviewer
2018-10-01 02:32:40 David Rowley (davidrowley) Changed authors to David Rowley (davidrowley)
2018-10-01 02:32:31 David Rowley (davidrowley) Attached mail thread 15d90682-0c22-e7d4-7667-7ceaef075454@2ndquadrant.com
2018-10-01 02:32:31 David Rowley (davidrowley) Created patch record
Edit