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

Commit 2333e41

Browse files
author
Nikita Glukhov
committed
Rename Ctor => Constructor
1 parent 5976663 commit 2333e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/parser/parse_expr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4938,6 +4938,6 @@ transformJsonSerializeExpr(ParseState *pstate, JsonSerializeExpr *expr)
49384938
returning->typmod = -1;
49394939
}
49404940

4941-
return makeJsonCtorExpr(pstate, JSCTOR_JSON_SERIALIZE, list_make1(arg),
4941+
return makeJsonConstructorExpr(pstate, JSCTOR_JSON_SERIALIZE, list_make1(arg),
49424942
NULL, returning, false, false, expr->location);
49434943
}

0 commit comments

Comments
 (0)