Skip to content

Commit 3690dc6

Browse files
committed
Fix obsolete comment.
It's amazing how fast things become obsolete these days. Amit Langote
1 parent ec7eef6 commit 3690dc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/executor/nodeGather.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
* or have not started up yet. It then merges all of the results it produces
1212
* and the results from the workers into a single output stream. Therefore,
1313
* it will normally be used with a plan where running multiple copies of the
14-
* same plan does not produce duplicate output, such as PartialSeqScan.
14+
* same plan does not produce duplicate output, such as parallel-aware
15+
* SeqScan.
1516
*
1617
* Alternatively, a Gather node can be configured to use just one worker
1718
* and the single-copy flag can be set. In this case, the Gather node will

0 commit comments

Comments
 (0)