Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2564be3

Browse filesBrowse files
committed
Fix typo in comment.
1 parent d18643c commit 2564be3
Copy full SHA for 2564be3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/backend/optimizer/plan/planner.c

Copy file name to clipboardExpand all lines: src/backend/optimizer/plan/planner.c
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.