PostgreSQL Source Code git master
CompactAttribute Struct Reference

#include <tupdesc.h>

Data Fields

int32 attcacheoff
 
int16 attlen
 
bool attbyval
 
bool attispackable
 
bool atthasmissing
 
bool attisdropped
 
bool attgenerated
 
bool attnotnull
 
uint8 attalignby
 

Detailed Description

Definition at line 68 of file tupdesc.h.

Field Documentation

◆ attalignby

◆ attbyval

◆ attcacheoff

◆ attgenerated

bool CompactAttribute::attgenerated

◆ atthasmissing

bool CompactAttribute::atthasmissing

◆ attisdropped

◆ attispackable

bool CompactAttribute::attispackable

Definition at line 74 of file tupdesc.h.

Referenced by fill_val(), and populate_compact_attribute_internal().

◆ attlen

◆ attnotnull

bool CompactAttribute::attnotnull

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