Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

TypeCacheEntry Struct Reference

#include <typcache.h>

Data Fields

Oid type_id
int16 typlen
bool typbyval
char typalign
char typstorage
char typtype
Oid typrelid
Oid btree_opf
Oid btree_opintype
Oid hash_opf
Oid hash_opintype
Oid eq_opr
Oid lt_opr
Oid gt_opr
Oid cmp_proc
Oid hash_proc
FmgrInfo eq_opr_finfo
FmgrInfo cmp_proc_finfo
FmgrInfo hash_proc_finfo
TupleDesc tupDesc
struct TypeCacheEntryrngelemtype
Oid rng_collation
FmgrInfo rng_cmp_proc_finfo
FmgrInfo rng_canonical_finfo
FmgrInfo rng_subdiff_finfo
int flags
struct TypeCacheEnumDataenumData

Detailed Description

Definition at line 26 of file typcache.h.


Field Documentation

Definition at line 47 of file typcache.h.

Referenced by lookup_type_cache().

Definition at line 48 of file typcache.h.

Referenced by lookup_type_cache().

Definition at line 94 of file typcache.h.

Referenced by compare_values_of_enum(), and load_enum_cache_data().

Definition at line 49 of file typcache.h.

Referenced by lookup_type_cache().

Definition at line 50 of file typcache.h.

Referenced by lookup_type_cache().

Definition at line 84 of file typcache.h.

Referenced by bounds_adjacent(), load_rangetype_info(), and make_range().

Definition at line 37 of file typcache.h.

Referenced by load_typcache_tupdesc(), lookup_type_cache(), and TypeCacheRelCallback().

Definition at line 35 of file typcache.h.

Referenced by lookup_type_cache(), and range_serialize().


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