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 181 of file typcache.c.
pg_atomic_uint32 SharedRecordTypmodRegistry::next_typmod |
Definition at line 188 of file typcache.c.
Referenced by find_or_make_matching_shared_tupledesc(), and SharedRecordTypmodRegistryInit().
dshash_table_handle SharedRecordTypmodRegistry::record_table_handle |
Definition at line 184 of file typcache.c.
Referenced by SharedRecordTypmodRegistryAttach(), and SharedRecordTypmodRegistryInit().
dshash_table_handle SharedRecordTypmodRegistry::typmod_table_handle |
Definition at line 186 of file typcache.c.
Referenced by SharedRecordTypmodRegistryAttach(), and SharedRecordTypmodRegistryInit().