PostgreSQL Source Code
git master
|
Data Fields | |
pg_wc_probefunc | probefunc |
Oid | collation |
struct cvec | cv |
struct pg_ctype_cache * | next |
Definition at line 628 of file regc_pg_locale.c.
Oid pg_ctype_cache::collation |
Definition at line 631 of file regc_pg_locale.c.
Referenced by pg_ctype_get_cache().
struct cvec pg_ctype_cache::cv |
Definition at line 631 of file regc_pg_locale.c.
Referenced by pg_ctype_get_cache(), and store_match().
struct pg_ctype_cache* pg_ctype_cache::next |
Definition at line 633 of file regc_pg_locale.c.
Referenced by pg_ctype_get_cache().
pg_wc_probefunc pg_ctype_cache::probefunc |
Definition at line 630 of file regc_pg_locale.c.
Referenced by pg_ctype_get_cache().