PostgreSQL Source Code git master
Loading...
Searching...
No Matches
SharedRecordTableKey Struct Reference

Data Fields

union { 
 
   TupleDesc   local_tupdesc 
 
   dsa_pointer   shared_tupdesc 
 
u 
 
bool shared
 

Detailed Description

Definition at line 197 of file typcache.c.

Field Documentation

◆ local_tupdesc

TupleDesc SharedRecordTableKey::local_tupdesc

Definition at line 201 of file typcache.c.

Referenced by shared_record_table_hash().

◆ shared

bool SharedRecordTableKey::shared

Definition at line 204 of file typcache.c.

Referenced by shared_record_table_hash().

◆ shared_tupdesc

dsa_pointer SharedRecordTableKey::shared_tupdesc

Definition at line 202 of file typcache.c.

Referenced by shared_record_table_hash().

◆ [union]

union { ... } SharedRecordTableKey::u

The documentation for this struct was generated from the following file: