PostgreSQL Source Code  git master
TypeCacheEnumData Struct Reference

Data Fields

Oid bitmap_base
 
Bitmapsetsorted_values
 
int num_values
 
EnumItem enum_values [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 138 of file typcache.c.

Field Documentation

◆ bitmap_base

Oid TypeCacheEnumData::bitmap_base

Definition at line 140 of file typcache.c.

Referenced by enum_known_sorted(), and load_enum_cache_data().

◆ enum_values

EnumItem TypeCacheEnumData::enum_values[FLEXIBLE_ARRAY_MEMBER]

Definition at line 143 of file typcache.c.

Referenced by find_enumitem(), and load_enum_cache_data().

◆ num_values

int TypeCacheEnumData::num_values

Definition at line 142 of file typcache.c.

Referenced by find_enumitem(), and load_enum_cache_data().

◆ sorted_values

Bitmapset* TypeCacheEnumData::sorted_values

Definition at line 141 of file typcache.c.

Referenced by enum_known_sorted(), and load_enum_cache_data().


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