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

Commit94eec79

Browse files
doc: Consistently use result set in documentation
We use "result set" in all other places so let's be consistentacross the entire documentation.Reported-by: grantgryczan@gmail.comDiscussion:https://postgr.es/m/172187924855.915373.15595156724215203822@wrigleys.postgresql.org
1 parent2befd22 commit94eec79

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
@@ -423,7 +423,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
423423
Append</literal> node can have both partial and non-partial child plans.
424424
Non-partial children will be scanned by only a single process, since
425425
scanning them more than once would produce duplicate results. Plans that
426-
involve appending multipleresults sets can therefore achieve
426+
involve appending multipleresult sets can therefore achieve
427427
coarse-grained parallelism even when efficient partial plans are not
428428
available. For example, consider a query against a partitioned table
429429
that can only be implemented efficiently by using an index that does

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp