Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2564be3

Browse files
committed
Fix typo in comment.
1 parent d18643c commit 2564be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/optimizer/plan/planner.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ standard_planner(Query *parse, int cursorOptions, ParamListInfo boundParams)
243243
* Gather node on top of the entire plan. However, it only needs to be
244244
* accurate when force_parallel_mode is 'on' or 'regress', so we don't
245245
* 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.
246+
* preliminary guess; it may get changed from true to false later, but not
247+
* vice versa.
248248
*/
249249
if (force_parallel_mode == FORCE_PARALLEL_OFF || !glob->parallelModeOK)
250250
{

0 commit comments

Comments
 (0)