PostgreSQL Source Code git master
Loading...
Searching...
No Matches
varattrib_4b Union Reference

#include <varatt.h>

Data Fields

struct { 
 
   uint32   va_header 
 
   char   va_data [FLEXIBLE_ARRAY_MEMBER
 
va_4byte 
 
struct { 
 
   uint32   va_header 
 
   uint32   va_tcinfo 
 
   char   va_data [FLEXIBLE_ARRAY_MEMBER
 
va_compressed 
 

Detailed Description

Definition at line 126 of file varatt.h.

Field Documentation

◆ [struct]

struct { ... } varattrib_4b::va_4byte

◆ [struct]

struct { ... } varattrib_4b::va_compressed

◆ va_data

char varattrib_4b::va_data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 131 of file varatt.h.

◆ va_header

uint32 varattrib_4b::va_header

Definition at line 130 of file varatt.h.

◆ va_tcinfo

uint32 varattrib_4b::va_tcinfo

Definition at line 136 of file varatt.h.


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