PostgreSQL Source Code  git master
GISTTYPE Struct Reference

#include <_int.h>

Data Fields

int32 vl_len_
 
int32 flag
 
char data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 48 of file hstore_gist.c.

Field Documentation

◆ data

char GISTTYPE::data

Definition at line 52 of file hstore_gist.c.

◆ flag

int32 GISTTYPE::flag

Definition at line 51 of file hstore_gist.c.

Referenced by g_intbig_union(), and ghstore_union().

◆ vl_len_

int32 GISTTYPE::vl_len_

Definition at line 50 of file hstore_gist.c.


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