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

Commit6f72dbc

Browse files
committed
Fix wording of several extended stats comments
Reported-by: Thomas MunroDiscussion:https://www.postgresql.org/message-id/flat/20200113230008.g67iyk4cs3xbnjju@development
1 parent1558413 commit6f72dbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/statistics/extended_stats.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ statext_is_compatible_clause_internal(PlannerInfo *root, Node *clause,
993993
if (list_length(expr->args)!=2)
994994
return false;
995995

996-
/* Check if the expression the right shape (one Var, one Const) */
996+
/* Check if the expressionhasthe right shape (one Var, one Const) */
997997
if (!examine_clause_args(expr->args,&var,NULL,NULL))
998998
return false;
999999

@@ -1049,7 +1049,7 @@ statext_is_compatible_clause_internal(PlannerInfo *root, Node *clause,
10491049
if (list_length(expr->args)!=2)
10501050
return false;
10511051

1052-
/* Check if the expression the right shape (one Var, one Const) */
1052+
/* Check if the expressionhasthe right shape (one Var, one Const) */
10531053
if (!examine_clause_args(expr->args,&var,NULL,NULL))
10541054
return false;
10551055

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp