Remove redundant JSON parser typedefs

Andrew Dunstan <andrew@dunslane.net>

Commit: e00b4f79e7367272b436dea6f15d6f421f3d6e1a
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2024-04-27T11:02:57Z
Releases: 17.0
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

PathChange+/−
src/common/jsonapi.c modified +4 −4
src/tools/pgindent/typedefs.list modified +0 −2