|
PostgreSQL Source Code git master
|
Data Fields | |
| JsonLexContext * | lex |
| const char * | function_name |
| HTAB * | hash |
| char * | saved_scalar |
| const char * | save_json_start |
| JsonTokenType | saved_token_type |
Definition at line 136 of file jsonfuncs.c.
Definition at line 139 of file jsonfuncs.c.
| HTAB* JHashState::hash |
Definition at line 140 of file jsonfuncs.c.
| JsonLexContext* JHashState::lex |
Definition at line 138 of file jsonfuncs.c.
Definition at line 142 of file jsonfuncs.c.
| char* JHashState::saved_scalar |
Definition at line 141 of file jsonfuncs.c.
| JsonTokenType JHashState::saved_token_type |
Definition at line 143 of file jsonfuncs.c.