Re: Runtime partition pruning for MergeAppend
David Rowley <david.rowley@2ndquadrant.com>
From: David Rowley <david.rowley@2ndquadrant.com>
To: Heikki Linnakangas <hlinnaka@iki.fi>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-07-19T12:13:46Z
Lists: pgsql-hackers
On 19 July 2018 at 22:50, Heikki Linnakangas <hlinnaka@iki.fi> wrote: > Looks solid. The only actual bug I see is that this doesn't honor the > enable_partition_pruning GUC, but that's trivial to fix. So fixed that, > reworded some of the comments a tiny bit, and committed. Thanks! Many thanks for fixing that and pushing. -- David Rowley http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Expand run-time partition pruning to work with MergeAppend
- 5220bb7533f9 12.0 landed