PostgreSQL Source Code  git master
varlena Struct Reference

#include <c.h>

Data Fields

char vl_len_ [4]
 
char vl_dat [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 673 of file c.h.

Field Documentation

◆ vl_dat

char varlena::vl_dat[FLEXIBLE_ARRAY_MEMBER]

Definition at line 676 of file c.h.

◆ vl_len_

char varlena::vl_len_[4]

Definition at line 675 of file c.h.


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