From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Improve comments for parallel executor estimation functions. |
Date: | 2017-10-28 09:50:44 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Improve comments for parallel executor estimation functions.
The previous comment (which was copied as boilerplate from one file
to the next) implied that it was the executor node itself which was
being serialized, but that's not right. We're not serializing
the executor nodes; we're just allowing them to store some
additional information in DSM. Adjusts the comment to reflect this.
Branch
------
master
Modified Files
--------------
src/backend/executor/nodeBitmapHeapscan.c | 3 ++-
src/backend/executor/nodeIndexonlyscan.c | 3 ++-
src/backend/executor/nodeIndexscan.c | 3 ++-
src/backend/executor/nodeSeqscan.c | 3 ++-
4 files changed, 8 insertions(+), 4 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2017-10-28 10:05:27 | pgsql: Fix typo. |
Previous Message | Robert Haas | 2017-10-28 09:24:20 | pgsql: Add table_constraint synopsis to ALTER TABLE documentation. |