On Mon, 11 Aug 2025 at 12:25, Etsuro Fujita <etsuro.fujita@gmail.com> wrote:
>
> /*
> * Other information needed by child result relations
> *
> * RootResultRelInfo gives the target relation mentioned in the query.
> * Used as the root for tuple routing and/or transition capture.
> *
> * PartitionTupleSlot is non-NULL if the relation is a partition to route
> * tuples into and RootToChild conversion is needed.
> */
That seems reasonable. I think it's also worth adding the "ri_" prefix
to the field names in those comments.
Regards,
Dean