PostgreSQL Source Code
git master
|
Data Fields | |
union { | |
TupleDesc local_tupdesc | |
dsa_pointer shared_tupdesc | |
} | u |
bool | shared |
Definition at line 182 of file typcache.c.
TupleDesc SharedRecordTableKey::local_tupdesc |
Definition at line 186 of file typcache.c.
Referenced by shared_record_table_compare(), shared_record_table_hash(), and SharedRecordTypmodRegistryInit().
bool SharedRecordTableKey::shared |
Definition at line 189 of file typcache.c.
Referenced by find_or_make_matching_shared_tupledesc(), shared_record_table_compare(), shared_record_table_hash(), and SharedRecordTypmodRegistryInit().
dsa_pointer SharedRecordTableKey::shared_tupdesc |
Definition at line 187 of file typcache.c.
Referenced by find_or_make_matching_shared_tupledesc(), shared_record_table_compare(), shared_record_table_hash(), and SharedRecordTypmodRegistryInit().
union { ... } SharedRecordTableKey::u |