pgsql: Update obsolete comments in ResultRelInfo struct.

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update obsolete comments in ResultRelInfo struct.
Date: 2025-08-17 10:42:08
Message-ID: E1unapz-000Igv-2C@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)fujita(at)gmail(dot)com>
Reviewed-by: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAPmGK14NF5CcdCmTZpxrvpvBiT0y4EqKikW1r_wAu1CEHeOmUA%40mail.gmail.com
Backpatch-through: 14

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/242e5afdae49fa1888acc0cea28ea736a2f8ac49

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-08-17 23:15:25 Re: pgsql: Add isolation test for TOAST value reuse during CLUSTER
Previous Message Michael Paquier 2025-08-17 06:27:57 pgsql: Add isolation test for TOAST value reuse during CLUSTER