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

Commit9f91344

Browse files
committed
Fix comments with "a expression"
1 parent49082c2 commit9f91344

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 finda expression computable from the reltarget.
1004+
* Try to findan 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-
* Coercea expression in JSON DEFAULT behavior to the target output type.
4254+
* Coercean expression in JSON DEFAULT behavior to the target output type.
42554255
*/
42564256
staticNode*
42574257
coerceDefaultJsonExpr(ParseState*pstate,JsonExpr*jsexpr,Node*defexpr)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp