|
PostgreSQL Source Code git master
|
Data Fields | |
| union { | |
| TupleDesc local_tupdesc | |
| dsa_pointer shared_tupdesc | |
| } | u |
| bool | shared |
Definition at line 197 of file typcache.c.
| TupleDesc SharedRecordTableKey::local_tupdesc |
Definition at line 201 of file typcache.c.
Referenced by shared_record_table_compare(), shared_record_table_hash(), and SharedRecordTypmodRegistryInit().
| bool SharedRecordTableKey::shared |
Definition at line 204 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 202 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 |