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 f5cdf46 commit 91595d1Copy full SHA for 91595d1
doc/src/sgml/parallel.sgml
@@ -310,7 +310,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
310
scan</>, the cooperating processes take turns reading data from the
311
index. Currently, parallel index scans are supported only for
312
btree indexes. Each process will claim a single index block and will
313
- scan and return all tuples referenced by that block; other process can
+ scan and return all tuples referenced by that block; other processes can
314
at the same time be returning tuples from a different index block.
315
The results of a parallel btree scan are returned in sorted order
316
within each worker process.
0 commit comments