]> granicus.if.org Git - postgresql/commitdiff
Fix typo in docs.
authorFujii Masao <fujii@postgresql.org>
Mon, 5 Dec 2016 11:44:21 +0000 (20:44 +0900)
committerFujii Masao <fujii@postgresql.org>
Mon, 5 Dec 2016 11:48:20 +0000 (20:48 +0900)
Reported-by: Darko Prelec
doc/src/sgml/parallel.sgml

index d0b438e88958de4526ee209de01f30b17e4e78b8..38a040ef75ec7f9ede10f6a3823dad0ea829191b 100644 (file)
@@ -240,7 +240,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
     copy of the output result set, so the query would not run any faster
     than normal but would produce incorrect results.  Instead, the parallel
     portion of the plan must be what is known internally to the query
-    optimizer as a <firstterm>partial plan</>; that is, it must constructed
+    optimizer as a <firstterm>partial plan</>; that is, it must be constructed
     so that each process which executes the plan will generate only a
     subset of the output rows in such a way that each required output row
     is guaranteed to be generated by exactly one of the cooperating processes.