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

Commitdaac8e3

Browse files
committed
Fix typo in docs.
Reported-by: Darko Prelec
1 parentfe0a0b5 commitdaac8e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/parallel.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
240240
copy of the output result set, so the query would not run any faster
241241
than normal but would produce incorrect results. Instead, the parallel
242242
portion of the plan must be what is known internally to the query
243-
optimizer as a <firstterm>partial plan</>; that is, it must constructed
243+
optimizer as a <firstterm>partial plan</>; that is, it mustbeconstructed
244244
so that each process which executes the plan will generate only a
245245
subset of the output rows in such a way that each required output row
246246
is guaranteed to be generated by exactly one of the cooperating processes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp