Fix typo.
authorTatsuo Ishii
Thu, 13 Oct 2016 22:45:25 +0000 (07:45 +0900)
committerTatsuo Ishii
Thu, 13 Oct 2016 22:47:04 +0000 (07:47 +0900)
Confirmed by Tom Lane.

doc/src/sgml/parallel.sgml

index c80d42dbef18f45e310c7ba4025e008034e746a0..7f8e902dc23a302e4e98f8dba0638790ffc42b15 100644 (file)
@@ -189,7 +189,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
     Even when parallel query plan is generated for a particular query, there
     are several circumstances under which it will be impossible to execute
     that plan in parallel at execution time.  If this occurs, the leader
-    will execute the portion of the plan between below the Gather
+    will execute the portion of the plan below the Gather
     node entirely by itself, almost as if the Gather node were
     not present.  This will happen if any of the following conditions are met: