From 2f6e78b0619a0ee2ca170e0073659581847ee73d Mon Sep 17 00:00:00 2001 From: Amit Langote Date: Thu, 4 Apr 2024 20:53:23 +0900 Subject: [PATCH] Fix typo introduced in 6185c9737 Reported-by: Jian He Discussion: https://postgr.es/m/CACJufxGHiU0p0usjh5hnR0_ByZn4tq1FC3eKAtrQgJeKU6W9kw@mail.gmail.com --- src/backend/parser/parse_expr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.30.2