PostgreSQL Source Code  git master
pg_unicode_normprops Struct Reference

#include <unicode_normprops_table.h>

Data Fields

unsigned int codepoint:21
 
signed int quickcheck:4
 

Detailed Description

Definition at line 9 of file unicode_normprops_table.h.

Field Documentation

◆ codepoint

unsigned int pg_unicode_normprops::codepoint

Definition at line 11 of file unicode_normprops_table.h.

Referenced by qc_hash_lookup().

◆ quickcheck

signed int pg_unicode_normprops::quickcheck

Definition at line 12 of file unicode_normprops_table.h.

Referenced by qc_is_allowed().


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