pgsql: Update plannodes.h's comments about PlanRowMark. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Update plannodes.h's comments about PlanRowMark.
Date
Msg-id E1loTAg-0007oa-Ct@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update plannodes.h's comments about PlanRowMark.

The reference here to different physical column numbers in inherited
UPDATE/DELETE plans is obsolete as of 86dc90056; remove it.  Also
rework the text about inheritance cases to make it clearer.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79c50ca57828e9f8375766b36cce1e2960eebf87

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Teach tab-complete.c about recently-added CREATE TYPE options.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix planner's row-mark code for inheritance from a foreign table