PostgreSQL Source Code  git master
pg_unicode_norminfo Struct Reference

#include <unicode_normprops_table.h>

Data Fields

const pg_unicode_normpropsnormprops
 
qc_hash_func hash
 
int num_normprops
 

Detailed Description

Definition at line 19 of file unicode_normprops_table.h.

Field Documentation

◆ hash

qc_hash_func pg_unicode_norminfo::hash

Definition at line 22 of file unicode_normprops_table.h.

Referenced by qc_hash_lookup().

◆ normprops

const pg_unicode_normprops* pg_unicode_norminfo::normprops

Definition at line 21 of file unicode_normprops_table.h.

Referenced by qc_hash_lookup().

◆ num_normprops

int pg_unicode_norminfo::num_normprops

Definition at line 23 of file unicode_normprops_table.h.

Referenced by qc_hash_lookup().


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