Robert Haas <robertmhaas@gmail.com> writes:
> 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.
"his" -> "this", surely?
regards, tom lane