Re: Problem with default partition pruning

Shawn Wang <shawn.wang@highgo.ca>

From: Shawn Wang <shawn.wang@highgo.ca>
To: pgsql-hackers@lists.postgresql.org
Cc: Yuzuko Hosoya <yuzukohosoya@gmail.com>
Date: 2019-06-17T03:28:41Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, failed
Implements feature:       tested, passed
Spec compliant:           not tested
Documentation:            not tested

Hi Hosoya-san,
I tested different types of key values, and multi-level partitioned tables, and found no problems.
Only the SQL in the file of src/test/regress/results/partition_prune.out has a space that caused the regression test to fail.

The new status of this patch is: Waiting on Author

Commits

  1. Don't constraint-exclude partitioned tables as much

  2. Apply constraint exclusion more generally in partitioning

  3. Improve pruning of a default partition

  4. Doc: Fix event trigger firing table

  5. Remove obsolete nbtree insertion comment.