aboutsummaryrefslogtreecommitdiff
path: root/src/backend/parser/parse_expr.c
diff options
context:
space:
mode:
authorAmit Langote <amitlan@postgresql.org>2024-04-04 20:53:23 +0900
committerAmit Langote <amitlan@postgresql.org>2024-04-04 20:53:23 +0900
commit2f6e78b0619a0ee2ca170e0073659581847ee73d (patch)
tree6b16063da2bec2037d50c2a600e003306dfc2d98 /src/backend/parser/parse_expr.c
parentde3600452b61d1bc3967e9e37e86db8956c8f577 (diff)
downloadpostgresql-2f6e78b0619a0ee2ca170e0073659581847ee73d.tar.gz
postgresql-2f6e78b0619a0ee2ca170e0073659581847ee73d.zip
Fix typo introduced in 6185c9737
Reported-by: Jian He <jian.universality@gmail.com> Discussion: https://postgr.es/m/CACJufxGHiU0p0usjh5hnR0_ByZn4tq1FC3eKAtrQgJeKU6W9kw@mail.gmail.com
Diffstat (limited to 'src/backend/parser/parse_expr.c')
-rw-r--r--src/backend/parser/parse_expr.c2
1 files changed, 1 insertions, 1 deletions
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,