Re: Runtime partition pruning for MergeAppend - Mailing list pgsql-hackers

From David Rowley
Subject Re: Runtime partition pruning for MergeAppend
Date
Msg-id CAKJS1f8M78gMxGryFhUXKscW7rxPQodYi+K=tF+YOvZ9yj-E9Q@mail.gmail.com
Whole thread Raw
In response to Re: Runtime partition pruning for MergeAppend  (Heikki Linnakangas <hlinnaka@iki.fi>)
Responses Re: Runtime partition pruning for MergeAppend  (Heikki Linnakangas <hlinnaka@iki.fi>)
List 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!

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.

The attached fixes.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: GiST VACUUM
Next
From: Fabien COELHO
Date:
Subject: Re: pgbench's expression parsing & negative numbers