PostgreSQL Source Code
git master
|
Data Fields | |
dshash_table_handle | record_table_handle |
dshash_table_handle | typmod_table_handle |
pg_atomic_uint32 | next_typmod |
Definition at line 166 of file typcache.c.
pg_atomic_uint32 SharedRecordTypmodRegistry::next_typmod |
Definition at line 173 of file typcache.c.
Referenced by find_or_make_matching_shared_tupledesc(), and SharedRecordTypmodRegistryInit().
dshash_table_handle SharedRecordTypmodRegistry::record_table_handle |
Definition at line 169 of file typcache.c.
Referenced by SharedRecordTypmodRegistryAttach(), and SharedRecordTypmodRegistryInit().
dshash_table_handle SharedRecordTypmodRegistry::typmod_table_handle |
Definition at line 171 of file typcache.c.
Referenced by SharedRecordTypmodRegistryAttach(), and SharedRecordTypmodRegistryInit().