|
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_hash().
| bool SharedRecordTableKey::shared |
Definition at line 204 of file typcache.c.
Referenced by shared_record_table_hash().
| dsa_pointer SharedRecordTableKey::shared_tupdesc |
Definition at line 202 of file typcache.c.
Referenced by shared_record_table_hash().
| union { ... } SharedRecordTableKey::u |
Referenced by shared_record_table_hash().