We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd18643c commit2564be3Copy full SHA for 2564be3
src/backend/optimizer/plan/planner.c
@@ -243,8 +243,8 @@ standard_planner(Query *parse, int cursorOptions, ParamListInfo boundParams)
243
* Gather node on top of the entire plan. However, it only needs to be
244
* accurate when force_parallel_mode is 'on' or 'regress', so we don't
245
* bother doing the work otherwise. The value we set here is just a
246
- * preliminary guess; it may get changed from true to false later, but
247
- *not visca versa.
+ * preliminary guess; it may get changed from true to false later, but not
+ *vice versa.
248
*/
249
if (force_parallel_mode==FORCE_PARALLEL_OFF|| !glob->parallelModeOK)
250
{