Commit 2564be36 authored by Tom Lane's avatar Tom Lane

Fix typo in comment.

parent d18643c4
...@@ -243,8 +243,8 @@ standard_planner(Query *parse, int cursorOptions, ParamListInfo boundParams) ...@@ -243,8 +243,8 @@ standard_planner(Query *parse, int cursorOptions, ParamListInfo boundParams)
* Gather node on top of the entire plan. However, it only needs to be * Gather node on top of the entire plan. However, it only needs to be
* accurate when force_parallel_mode is 'on' or 'regress', so we don't * accurate when force_parallel_mode is 'on' or 'regress', so we don't
* bother doing the work otherwise. The value we set here is just a * bother doing the work otherwise. The value we set here is just a
* preliminary guess; it may get changed from true to false later, but * preliminary guess; it may get changed from true to false later, but not
* not visca versa. * vice versa.
*/ */
if (force_parallel_mode == FORCE_PARALLEL_OFF || !glob->parallelModeOK) if (force_parallel_mode == FORCE_PARALLEL_OFF || !glob->parallelModeOK)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment