Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 94eec79

Browse files
doc: Consistently use result set in documentation
We use "result set" in all other places so let's be consistent across the entire documentation. Reported-by: grantgryczan@gmail.com Discussion: https://postgr.es/m/172187924855.915373.15595156724215203822@wrigleys.postgresql.org
1 parent 2befd22 commit 94eec79

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 multiple results sets can therefore achieve
426+
involve appending multiple result 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)