PostgreSQL Source Code
git master
|
Data Fields | |
Datum * | buf |
int | count |
int | allocated |
Definition at line 80 of file jsonb_gin.c.
int GinEntries::allocated |
Definition at line 84 of file jsonb_gin.c.
Referenced by add_gin_entry(), and init_gin_entries().
Datum* GinEntries::buf |
Definition at line 82 of file jsonb_gin.c.
Referenced by add_gin_entry(), extract_jsp_query(), gin_extract_jsonb(), gin_extract_jsonb_path(), and init_gin_entries().
int GinEntries::count |
Definition at line 83 of file jsonb_gin.c.
Referenced by add_gin_entry(), extract_jsp_query(), gin_extract_jsonb(), gin_extract_jsonb_path(), and init_gin_entries().