PostgreSQL Source Code git master
TRGM Struct Reference

#include <trgm.h>

Data Fields

int32 vl_len_
 
uint8 flag
 
char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 57 of file trgm.h.

Field Documentation

◆ data

char TRGM::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 61 of file trgm.h.

◆ flag

uint8 TRGM::flag

◆ vl_len_

int32 TRGM::vl_len_

Definition at line 59 of file trgm.h.


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