From: Amit Langote Date: Thu, 4 Apr 2024 11:53:23 +0000 (+0900) Subject: Fix typo introduced in 6185c9737 X-Git-Tag: REL_17_BETA1~409 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=2f6e78b0619a0ee2ca170e0073659581847ee73d;p=postgresql.git Fix typo introduced in 6185c9737 Reported-by: Jian He Discussion: https://postgr.es/m/CACJufxGHiU0p0usjh5hnR0_ByZn4tq1FC3eKAtrQgJeKU6W9kw@mail.gmail.com --- diff --git a/src/backend/parser/parse_expr.c b/src/backend/parser/parse_expr.c index 81e66020858..66bbba5c7fd 100644 --- a/src/backend/parser/parse_expr.c +++ b/src/backend/parser/parse_expr.c @@ -4334,7 +4334,7 @@ transformJsonFuncExpr(ParseState *pstate, JsonFuncExpr *func) parser_errposition(pstate, exprLocation(path_spec)))); jsexpr->path_spec = path_spec; - /* Transform and coerce the PASSING arguments to to jsonb. */ + /* Transform and coerce the PASSING arguments to jsonb. */ transformJsonPassingArgs(pstate, func_name, JS_FORMAT_JSONB, func->passing,