PostgreSQL Source Code  git master
pg_category_range Struct Reference

#include <unicode_category_table.h>

Data Fields

uint32 first
 
uint32 last
 
uint8 category
 

Detailed Description

Definition at line 21 of file unicode_category_table.h.

Field Documentation

◆ category

uint8 pg_category_range::category

Definition at line 25 of file unicode_category_table.h.

Referenced by unicode_category().

◆ first

uint32 pg_category_range::first

Definition at line 23 of file unicode_category_table.h.

◆ last

uint32 pg_category_range::last

Definition at line 24 of file unicode_category_table.h.


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