Re: generic plans and "initial" pruning - Mailing list pgsql-hackers

From Robert Haas
Subject Re: generic plans and "initial" pruning
Date
Msg-id CA+TgmoaV+k0X74CL=5rbsTKVcJXwEy+dGATzcAzw+_kyMP9L9g@mail.gmail.com
Whole thread Raw
In response to Re: generic plans and "initial" pruning  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: generic plans and "initial" pruning
List pgsql-hackers
On Fri, Oct 11, 2024 at 3:30 AM Amit Langote <amitlangote09@gmail.com> wrote:
> Maybe just "relids" suffices with a comment updated like this:
>
>  * relids               RelOptInfo.relids of the parent plan node (e.g. Append
>  *                      or MergeAppend) to which his PartitionPruneInfo node
>  *                      belongs. Used to ensure that the pruning logic matches
>  *                      the parent plan's apprelids.

LGTM.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Alexander Kuznetsov
Date:
Subject: Re: Check for tuplestorestate nullness before dereferencing
Next
From: Robert Haas
Date:
Subject: Re: Proposal to Enable/Disable Index using ALTER INDEX