PostgreSQL Source Code git master
Loading...
Searching...
No Matches
growable_trgm_array Struct Reference

Data Fields

TRGMdatum
 
int length
 
int allocated
 

Detailed Description

Definition at line 76 of file trgm_op.c.

Field Documentation

◆ allocated

int growable_trgm_array::allocated

Definition at line 80 of file trgm_op.c.

Referenced by enlarge_trgm_array(), and init_trgm_array().

◆ datum

TRGM* growable_trgm_array::datum

◆ length

int growable_trgm_array::length

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