Skip to content

Commit 9f91344

Browse files
committed
Fix comments with "a expression"
1 parent 49082c2 commit 9f91344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/optimizer/path/equivclass.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ relation_can_be_sorted_early(PlannerInfo *root, RelOptInfo *rel,
10011001
}
10021002

10031003
/*
1004-
* Try to find a expression computable from the reltarget.
1004+
* Try to find an expression computable from the reltarget.
10051005
*/
10061006
em = find_computable_ec_member(root, ec, target->exprs, rel->relids,
10071007
require_parallel_safe);

src/backend/parser/parse_expr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4251,7 +4251,7 @@ transformJsonFuncExprOutput(ParseState *pstate, JsonFuncExpr *func,
42514251
}
42524252

42534253
/*
4254-
* Coerce a expression in JSON DEFAULT behavior to the target output type.
4254+
* Coerce an expression in JSON DEFAULT behavior to the target output type.
42554255
*/
42564256
static Node *
42574257
coerceDefaultJsonExpr(ParseState *pstate, JsonExpr *jsexpr, Node *defexpr)

0 commit comments

Comments
 (0)