PostgreSQL Source Code  git master
pg_ctype_cache Struct Reference

Data Fields

pg_wc_probefunc probefunc
 
Oid collation
 
struct cvec cv
 
struct pg_ctype_cachenext
 

Detailed Description

Definition at line 708 of file regc_pg_locale.c.

Field Documentation

◆ collation

Oid pg_ctype_cache::collation

Definition at line 711 of file regc_pg_locale.c.

Referenced by pg_ctype_get_cache().

◆ cv

struct cvec pg_ctype_cache::cv

Definition at line 711 of file regc_pg_locale.c.

Referenced by pg_ctype_get_cache(), and store_match().

◆ next

struct pg_ctype_cache* pg_ctype_cache::next

Definition at line 713 of file regc_pg_locale.c.

Referenced by pg_ctype_get_cache().

◆ probefunc

pg_wc_probefunc pg_ctype_cache::probefunc

Definition at line 710 of file regc_pg_locale.c.

Referenced by pg_ctype_get_cache().


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