diff options
| author | Andrew Dunstan | 2024-04-27 11:02:57 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2024-04-27 11:02:57 +0000 |
| commit | e00b4f79e7367272b436dea6f15d6f421f3d6e1a (patch) | |
| tree | 1f494bb88094e977f28d5bb5b38251c4b844ae3c /src/tools | |
| parent | ed52df3b19ee77cca7cb5f202950704f6b12feb9 (diff) | |
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.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/pgindent/typedefs.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 90a7c389b21..e10ff28ee54 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -1312,14 +1312,12 @@ JsonManifestParseIncrementalState JsonManifestParseState JsonManifestSemanticState JsonManifestWALRangeField -JsonNonTerminal JsonObjectAgg JsonObjectConstructor JsonOutput JsonParseExpr JsonParseContext JsonParseErrorType -JsonParserSem JsonParserStack JsonPath JsonPathBool |
