PostgreSQL Source Code  git master
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 166 of file typcache.c.

Field Documentation

◆ next_typmod

pg_atomic_uint32 SharedRecordTypmodRegistry::next_typmod

◆ record_table_handle

dshash_table_handle SharedRecordTypmodRegistry::record_table_handle

Definition at line 169 of file typcache.c.

Referenced by SharedRecordTypmodRegistryAttach(), and SharedRecordTypmodRegistryInit().

◆ typmod_table_handle

dshash_table_handle SharedRecordTypmodRegistry::typmod_table_handle

Definition at line 171 of file typcache.c.

Referenced by SharedRecordTypmodRegistryAttach(), and SharedRecordTypmodRegistryInit().


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