Skip to content

Commit 91595d1

Browse files
author
Amit Kapila
committed
Fix typos in parallel query docs.
Reported-by: Jon Jensen Author: Jon Jensen Reviewed-by: Amit Kapila and Robert Haas Backpatch-through: 10 Discussion: https://postgr.es/m/nycvar.YSQ.7.76.1912301807510.9899@ybpnyubfg
1 parent f5cdf46 commit 91595d1

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
@@ -310,7 +310,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
310310
scan</>, the cooperating processes take turns reading data from the
311311
index. Currently, parallel index scans are supported only for
312312
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
313+
scan and return all tuples referenced by that block; other processes can
314314
at the same time be returning tuples from a different index block.
315315
The results of a parallel btree scan are returned in sorted order
316316
within each worker process.

0 commit comments

Comments
 (0)