Remove redundant JSON parser typedefs
Andrew Dunstan <andrew@dunslane.net>
Remove redundant JSON parser typedefs JsonNonTerminal and JsonParserSem were added in commit 3311ea86ed These names of these two enums are not actually used, so there is no need for typedefs. Instead use plain enums to declare the constants. Noticed by Alvaro Herera.
Files
| Path | Change | +/− |
|---|---|---|
| src/common/jsonapi.c | modified | +4 −4 |
| src/tools/pgindent/typedefs.list | modified | +0 −2 |