]> granicus.if.org Git - postgresql/commitdiff
Fix obsolete comment.
authorRobert Haas <rhaas@postgresql.org>
Mon, 30 Nov 2015 17:54:11 +0000 (12:54 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 30 Nov 2015 17:54:46 +0000 (12:54 -0500)
It's amazing how fast things become obsolete these days.

Amit Langote

src/backend/executor/nodeGather.c

index f8c1ba637d316028a984dce5749de76f5139c37b..f32da1e2352e7061d1535f4da968386de7785906 100644 (file)
@@ -11,7 +11,8 @@
  * or have not started up yet.  It then merges all of the results it produces
  * and the results from the workers into a single output stream.  Therefore,
  * it will normally be used with a plan where running multiple copies of the
- * same plan does not produce duplicate output, such as PartialSeqScan.
+ * same plan does not produce duplicate output, such as parallel-aware
+ * SeqScan.
  *
  * Alternatively, a Gather node can be configured to use just one worker
  * and the single-copy flag can be set.  In this case, the Gather node will