Skip to content

Commit 6f72dbc

Browse files
committed
Fix wording of several extended stats comments
Reported-by: Thomas Munro Discussion: https://www.postgresql.org/message-id/flat/20200113230008.g67iyk4cs3xbnjju@development
1 parent 1558413 commit 6f72dbc

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 expression has the 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 expression has the 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy