8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7eef6 commit 3690dc6Copy full SHA for 3690dc6
src/backend/executor/nodeGather.c
@@ -11,7 +11,8 @@
11
* or have not started up yet. It then merges all of the results it produces
12
* and the results from the workers into a single output stream. Therefore,
13
* 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.
+ * same plan does not produce duplicate output, such as parallel-aware
15
+ * SeqScan.
16
*
17
* Alternatively, a Gather node can be configured to use just one worker
18
* and the single-copy flag can be set. In this case, the Gather node will
0 commit comments