Re: Runtime partition pruning for MergeAppend
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2018-07-19T12:42:24Z
Lists: pgsql-hackers
On 19/07/18 15:36, David Rowley wrote: > I just noticed I managed to miss updating "Append" to "MergeAppend" > when copying a comment out of nodeAppend.c into nodeMergeAppend.c. I > see you noticed it but accidentally updated the comment in > nodeAppend.c. D'oh! Fixed, thanks. - Heikki
Commits
-
Expand run-time partition pruning to work with MergeAppend
- 5220bb7533f9 12.0 landed