]> granicus.if.org Git - postgresql/commit
Improve comments for parallel executor estimation functions.
authorRobert Haas <rhaas@postgresql.org>
Sat, 28 Oct 2017 09:50:22 +0000 (11:50 +0200)
committerRobert Haas <rhaas@postgresql.org>
Sat, 28 Oct 2017 09:50:22 +0000 (11:50 +0200)
commit11c1d555cebe8045a45bc0ee10d0673fad8d4895
tree9ee3821e92c396eb9aead80ff6ca464d74771cf8
parent9f295c08f8776213ccb592de0c4f094738d6d841
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.

Discussion: http://postgr.es/m/CA+TgmoaHVinxG=3h6qBAsyV8xaDyQwbzK7YZnYfE8nJFMK1=FA@mail.gmail.com
src/backend/executor/nodeBitmapHeapscan.c
src/backend/executor/nodeIndexonlyscan.c
src/backend/executor/nodeIndexscan.c
src/backend/executor/nodeSeqscan.c