Re: pgsql: Clarify use of temporary tables within partition trees - Mailing list pgsql-committers

From David Rowley
Subject Re: pgsql: Clarify use of temporary tables within partition trees
Date
Msg-id CAKJS1f_HyV1txn_4XSdH5EOhBMYaCwsXyAj6bHXk9gOu4JKsbw@mail.gmail.com
Whole thread Raw
In response to pgsql: Clarify use of temporary tables within partition trees  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Clarify use of temporary tables within partition trees
List pgsql-committers
On 20 June 2018 at 13:53, Michael Paquier <michael@paquier.xyz> wrote:
> Clarify use of temporary tables within partition trees

Hi,

Thanks for committing this fix.

I think slightly more should have been done. There's still some dead
code in expand_partitioned_rtentry that I think should be removed.

The code won't cost much performance wise, but it may mislead someone
into thinking they can add some other condition there to skip
partitions.

The attached removes it.

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

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix "base" snapshot handling in logical decoding
Next
From: Michael Paquier
Date:
Subject: pgsql: Replace search.cpan.org with metacpan.org