pgsql: Correct code comments for PartitionedRelPruneInfo struct

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct code comments for PartitionedRelPruneInfo struct
Date: 2018-11-15 22:13:00
Message-ID: E1gNPsi-0001Rl-Ci@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)rowley(at)2ndquadrant(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-11-15 22:22:46 pgsql: A small tweak to some comments for PartitionKeyData
Previous Message Andres Freund 2018-11-15 19:45:02 pgsql: Rationalize expression context reset in ExecModifyTable().