Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3690dc6

Browse files
committed
Fix obsolete comment.
It's amazing how fast things become obsolete these days.Amit Langote
1 parentec7eef6 commit3690dc6

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)

[8]ページ先頭

©2009-2025 Movatter.jp