pgsql: Improve some comments related to executor result relations.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve some comments related to executor result relations.
Date: 2018-10-17 20:41:05
Message-ID: E1gCscr-0000Pl-SJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve some comments related to executor result relations.

es_leaf_result_relations doesn't exist; perhaps this was an old name
for es_tuple_routing_result_relations, or maybe this comment has gone
unmaintained through multiple rounds of whacking the code around.

Related comment in execnodes.h was both obsolete and ungrammatical.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/26cb82030fa83e222f5744fb8254ec9073162273

Modified Files
--------------
src/backend/executor/execMain.c | 19 +++++++++++--------
src/include/nodes/execnodes.h | 9 ++++-----
2 files changed, 15 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2018-10-17 21:30:05 Re: pgsql: Add TAP tests for pg_verify_checksums
Previous Message Tom Lane 2018-10-17 19:32:56 pgsql: Const-ify a few more large static tables.