pgsql: Correct code comments for PartitionedRelPruneInfo struct - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Correct code comments for PartitionedRelPruneInfo struct
Date
Msg-id E1gNPsi-0001Rl-Ci@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Correct code comments for PartitionedRelPruneInfo struct

The comments above the PartitionedRelPruneInfo struct incorrectly
document how subplan_map and subpart_map are indexed.  This seems to
have snuck in on 4e232364033.

Author: David Rowley <david.rowley@2ndquadrant.com>

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/include/nodes/plannodes.h | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Rationalize expression context reset in ExecModifyTable().
Next
From: Peter Eisentraut
Date:
Subject: pgsql: A small tweak to some comments for PartitionKeyData