fix constraint exclusion failure for certain partition key types

Edit
ID 1591
Title fix constraint exclusion failure for certain partition key types
Topic Bug Fixes
Created 2018-03-01 02:57:57
Last modified 2018-07-10 19:49:27 (6 years, 4 months ago)
Latest email 2018-07-26 02:09:16 (6 years, 3 months ago)
Status
2018-07: Committed
2018-03: Moved to next CF
Target version
Authors Amit Langote (amitlan)
Reviewers 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/1591
git checkout commitfest/cf/1591
Emails
no partition pruning when partitioning using array type
First at 2017-12-08 10:40:35 by Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp>
Latest at 2018-07-26 02:09:16 by Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp>
Latest attachment (v1-0001-Disallow-domain-type-partition-key.patch) at 2018-07-26 02:09:16 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp>
    Attachment (v1-0001-Disallow-domain-type-partition-key.patch) at 2018-07-26 02:09:16 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
    Attachment (v1-0001-Prevent-RemoveAttributeById-from-dropping-partiti.patch) at 2018-07-11 04:34:47 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
    Attachment (money.patch) at 2018-07-09 21:46:10 from Alvaro Herrera <alvherre at 2ndquadrant.com> (Patch: Yes)
    Attachment (PG10-v5-0001-Fix-how-get_partition_operator-looks-up-the-opera.patch) at 2018-07-09 02:48:32 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
    Attachment (PG10-v1-0001-Fix-how-get_partition_operator-looks-up-the-opera.patch) at 2018-05-08 06:18:25 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
    Attachment (v3-0001-In-get_partition_operator-avoid-RelabelType-in-so.patch) at 2018-03-01 08:16:50 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
    Attachment (v2-0001-Teach-operator_predicate_proof-to-strip-RelabelTy.patch) at 2018-02-01 09:42:40 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
    Attachment (0001-Teach-operator_predicate_proof-to-strip-RelabelType.patch) at 2017-12-08 10:40:35 from Amit Langote <Langote_Amit_f8 at lab.ntt.co.jp> (Patch: Yes)
History
When Who What
2018-07-27 04:37:32 Amit Khandekar (amitdkhan) Removed amitdkhan from reviewers
2018-07-10 19:49:27 Álvaro Herrera (alvherre) Closed in commitfest 2018-07 with status: Committed
2018-07-07 03:32:11 Álvaro Herrera (alvherre) Added alvherre as committer
2018-06-26 10:02:46 Amit Khandekar (amitdkhan) Added amitdkhan as reviewer
2018-03-01 05:59:57 Amit Langote (amitlan) Closed in commitfest 2018-03 with status: Moved to next CF
2018-03-01 02:58:06 Amit Langote (amitlan) Changed authors to Amit Langote (amitlan)
2018-03-01 02:57:57 Amit Langote (amitlan) Attached mail thread 54745d13-7ed4-54ac-97d8-ea1eec95ae25@lab.ntt.co.jp
2018-03-01 02:57:57 Amit Langote (amitlan) Created patch record
Edit