pgsql: Remove redundant JSON parser typedefs

2024-04-27 Thread Andrew Dunstan
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. Branch -- master

pgsql: Small cosmetic fixes in radix tree template

2024-04-27 Thread John Naylor
Small cosmetic fixes in radix tree template - Bring memory context names in line with other naming - Fix typos, reported off-list by Alexander Lakhin - Remove copy-paste errors from comments - Remove duplicate #undef Branch -- master Details ---