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

Data Fields

dshash_table_handle record_table_handle
 
dshash_table_handle typmod_table_handle
 
pg_atomic_uint32 next_typmod
 

Detailed Description

Definition at line 181 of file typcache.c.

Field Documentation

◆ next_typmod

pg_atomic_uint32 SharedRecordTypmodRegistry::next_typmod

Definition at line 188 of file typcache.c.

Referenced by find_or_make_matching_shared_tupledesc().

◆ record_table_handle

dshash_table_handle SharedRecordTypmodRegistry::record_table_handle

Definition at line 184 of file typcache.c.

◆ typmod_table_handle

dshash_table_handle SharedRecordTypmodRegistry::typmod_table_handle

Definition at line 186 of file typcache.c.


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