1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

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

@ -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)