static void
_outJsonConstructorExpr(StringInfo str, const JsonConstructorExpr *node)
{
- WRITE_NODE_TYPE("JSONCTOREXPR");
+ WRITE_NODE_TYPE("JSONCONSTRUCTOREXPR");
WRITE_NODE_FIELD(args);
WRITE_NODE_FIELD(func);
return_value = _readJsonReturning();
else if (MATCH("JSONVALUEEXPR", 13))
return_value = _readJsonValueExpr();
- else if (MATCH("JSONCTOREXPR", 12))
+ else if (MATCH("JSONCONSTRUCTOREXPR", 19))
return_value = _readJsonConstructorExpr();
else if (MATCH("JSONISPREDICATE", 15))
return_value = _readJsonIsPredicate();