Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit2564be3

Browse files
committed
Fix typo in comment.
1 parentd18643c commit2564be3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp