Clean up new JSON API typedefs

Peter Eisentraut <peter_e@gmx.net>

Commit: ff41a5de0995f01a98b6fbc3a0c774b9a53e609a
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2013-07-20T10:38:31Z
Releases: 9.4.0
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

PathChange+/−
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