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:
@ -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)
|
||||
|
Reference in New Issue
Block a user