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

Commit91595d1

Browse files
author
Amit Kapila
committed
Fix typos in parallel query docs.
Reported-by: Jon JensenAuthor: Jon JensenReviewed-by: Amit Kapila and Robert HaasBackpatch-through: 10Discussion:https://postgr.es/m/nycvar.YSQ.7.76.1912301807510.9899@ybpnyubfg
1 parentf5cdf46 commit91595d1

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; otherprocess can
313+
scan and return all tuples referenced by that block; otherprocesses 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)

[8]ページ先頭

©2009-2025 Movatter.jp