1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-09 22:41:56 +03:00

Make node output prefix match node structure name

as done in e581360696
This commit is contained in:
Peter Eisentraut
2022-04-12 16:18:01 +02:00
parent 183c869e1c
commit 51e8179405
2 changed files with 2 additions and 2 deletions

View File

@ -3217,7 +3217,7 @@ parseNodeString(void)
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();