pgsql: Update obsolete comments in ResultRelInfo struct. - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Update obsolete comments in ResultRelInfo struct.
Date
Msg-id E1unapz-000Igx-2H@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/59bab34160285a9f38beb8c986d3f9adcfe78baa

Modified Files
--------------
src/include/nodes/execnodes.h | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add isolation test for TOAST value reuse during CLUSTER
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Add isolation test for TOAST value reuse during CLUSTER