Clean up new JSON API typedefs
Peter Eisentraut <peter_e@gmx.net>
Clean up new JSON API typedefs The new JSON API uses a bit of an unusual typedef scheme, where for example OkeysState is a pointer to okeysState. And that's not applied consistently either. Change that to the more usual PostgreSQL style where struct typedefs are upper case, and use pointers explicitly.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/json.c | modified | +14 −15 |
| src/backend/utils/adt/jsonfuncs.c | modified | +83 −83 |
| src/include/utils/jsonapi.h | modified | +3 −4 |