From 9f91344223aad903ff70301f40183691a89f6cd4 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Thu, 31 Mar 2022 15:27:09 -0400 Subject: Fix comments with "a expression" --- src/backend/parser/parse_expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/parser/parse_expr.c') diff --git a/src/backend/parser/parse_expr.c b/src/backend/parser/parse_expr.c index 31f0c9f693d..911f355460b 100644 --- a/src/backend/parser/parse_expr.c +++ b/src/backend/parser/parse_expr.c @@ -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) -- cgit v1.2.3