Fix comments with "a expression"

This commit is contained in:
Andrew Dunstan 2022-03-31 15:27:09 -04:00
parent 49082c2cc3
commit 9f91344223
2 changed files with 2 additions and 2 deletions

View File

@ -1001,7 +1001,7 @@ relation_can_be_sorted_early(PlannerInfo *root, RelOptInfo *rel,
}
/*
* Try to find a expression computable from the reltarget.
* Try to find an expression computable from the reltarget.
*/
em = find_computable_ec_member(root, ec, target->exprs, rel->relids,
require_parallel_safe);

View File

@ -4251,7 +4251,7 @@ transformJsonFuncExprOutput(ParseState *pstate, JsonFuncExpr *func,
}
/*
* Coerce a expression in JSON DEFAULT behavior to the target output type.
* Coerce an expression in JSON DEFAULT behavior to the target output type.
*/
static Node *
coerceDefaultJsonExpr(ParseState *pstate, JsonExpr *jsexpr, Node *defexpr)