Update obsolete comments in ResultRelInfo struct.
authorEtsuro Fujita <efujita@postgresql.org>
Sun, 17 Aug 2025 10:40:02 +0000 (19:40 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Sun, 17 Aug 2025 10:40:02 +0000 (19:40 +0900)
commiteb13f3d2e05cc03e41058c1cfbe9749a79612cc9
tree880d43e6e0f47850ea13984d456545fa14b069fd
parent1d5205d88b79beb2a697be74b26cd4e1a7517648
Update obsolete comments in ResultRelInfo struct.

Commit c5b7ba4e6 changed things so that the ri_RootResultRelInfo field
of this struct is set for both partitions and inheritance children and
used for tuple routing and transition capture (before that commit, it
was only set for partitions to route tuples into), but failed to update
these comments.

Author: Etsuro Fujita <etsuro.fujita@gmail.com>
Reviewed-by: Dean Rasheed <dean.a.rasheed@gmail.com>
Discussion: https://postgr.es/m/CAPmGK14NF5CcdCmTZpxrvpvBiT0y4EqKikW1r_wAu1CEHeOmUA%40mail.gmail.com
Backpatch-through: 14
src/include/nodes/execnodes.h