PostgreSQL Source Code  git master
ltree_gist Struct Reference

#include <ltree.h>

Data Fields

int32 vl_len_
 
uint32 flag
 
char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 266 of file ltree.h.

Field Documentation

◆ data

char ltree_gist::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 270 of file ltree.h.

◆ flag

uint32 ltree_gist::flag

Definition at line 269 of file ltree.h.

Referenced by _ltree_union(), and ltree_gist_alloc().

◆ vl_len_

int32 ltree_gist::vl_len_

Definition at line 268 of file ltree.h.


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