Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f6e78b

Browse filesBrowse 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
Copy full SHA for 2f6e78b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/parser/parse_expr.c

Copy file name to clipboardExpand all lines: src/backend/parser/parse_expr.c
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.