PostgreSQL Source Code  git master
pg_unicode_decompinfo Struct Reference

#include <unicode_norm_hashfunc.h>

Data Fields

const pg_unicode_decompositiondecomps
 
cp_hash_func hash
 
int num_decomps
 

Detailed Description

Definition at line 26 of file unicode_norm_hashfunc.h.

Field Documentation

◆ decomps

const pg_unicode_decomposition* pg_unicode_decompinfo::decomps

Definition at line 28 of file unicode_norm_hashfunc.h.

Referenced by get_code_entry().

◆ hash

cp_hash_func pg_unicode_decompinfo::hash

Definition at line 29 of file unicode_norm_hashfunc.h.

Referenced by get_code_entry().

◆ num_decomps

int pg_unicode_decompinfo::num_decomps

Definition at line 30 of file unicode_norm_hashfunc.h.

Referenced by get_code_entry().


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