pgsql: Update plannodes.h's comments about PlanRowMark.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update plannodes.h's comments about PlanRowMark.
Date: 2021-06-02 15:52:42
Message-ID: E1loTAg-0007oa-Ct@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-02 18:38:30 pgsql: Fix planner's row-mark code for inheritance from a foreign table
Previous Message Tom Lane 2021-06-02 14:44:22 pgsql: Teach tab-complete.c about recently-added CREATE TYPE options.