From: Tom Lane Date: Thu, 11 Feb 2016 20:20:14 +0000 (-0500) Subject: Fix typo in comment. X-Git-Tag: REL9_6_BETA1~716 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2564be360a1d25a4c66e7cd34997ab027e0ec9a8;p=postgresql Fix typo in comment. --- diff --git a/src/backend/optimizer/plan/planner.c b/src/backend/optimizer/plan/planner.c index 4f8e4c07d6..af4a219846 100644 --- a/src/backend/optimizer/plan/planner.c +++ b/src/backend/optimizer/plan/planner.c @@ -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 * 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 - * preliminary guess; it may get changed from true to false later, but - * not visca versa. + * preliminary guess; it may get changed from true to false later, but not + * vice versa. */ if (force_parallel_mode == FORCE_PARALLEL_OFF || !glob->parallelModeOK) {