pgsql: Improve some comments related to executor result relations. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve some comments related to executor result relations.
Date
Msg-id E1gCscr-0000Pl-SJ@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Const-ify a few more large static tables.
Next
From: Tom Lane
Date:
Subject: pgsql: Still further rethinking of build changes for macOS Mojave.