Thanks to visit codestin.com Credit goes to github.com
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 3cca13c commit b1ee762Copy full SHA for b1ee762
doc/src/sgml/parallel.sgml
@@ -189,7 +189,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
189
Even when parallel query plan is generated for a particular query, there
190
are several circumstances under which it will be impossible to execute
191
that plan in parallel at execution time. If this occurs, the leader
192
- will execute the portion of the plan between below the <literal>Gather</>
+ will execute the portion of the plan below the <literal>Gather</>
193
node entirely by itself, almost as if the <literal>Gather</> node were
194
not present. This will happen if any of the following conditions are met:
195
</para>
0 commit comments