Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2f6e78b

Browse files
committed
Fix typo introduced in 6185c97
Reported-by: Jian He <jian.universality@gmail.com> Discussion: https://postgr.es/m/CACJufxGHiU0p0usjh5hnR0_ByZn4tq1FC3eKAtrQgJeKU6W9kw@mail.gmail.com
1 parent de36004 commit 2f6e78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/parser/parse_expr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4334,7 +4334,7 @@ transformJsonFuncExpr(ParseState *pstate, JsonFuncExpr *func)
43344334
parser_errposition(pstate, exprLocation(path_spec))));
43354335
jsexpr->path_spec = path_spec;
43364336

4337-
/* Transform and coerce the PASSING arguments to to jsonb. */
4337+
/* Transform and coerce the PASSING arguments to jsonb. */
43384338
transformJsonPassingArgs(pstate, func_name,
43394339
JS_FORMAT_JSONB,
43404340
func->passing,

0 commit comments

Comments
 (0)