PostgreSQL Source Code: ItemIdData Struct Reference (original) (raw)

#include <[itemid.h](itemid%5F8h%5Fsource.html)>

Data Fields
unsigned lp_off:15
unsigned lp_flags:2
unsigned lp_len:15

Detailed Description

Definition at line 25 of file itemid.h.

Field Documentation

lp_flags

unsigned ItemIdData::lp_flags

Definition at line 28 of file itemid.h.

Referenced by mask_lp_flags().

lp_len

unsigned ItemIdData::lp_len

Definition at line 29 of file itemid.h.

Referenced by PageIndexTupleOverwrite().

lp_off

unsigned ItemIdData::lp_off

Definition at line 27 of file itemid.h.

Referenced by compactify_tuples(), PageIndexTupleDelete(), PageIndexTupleDeleteNoCompact(), and PageIndexTupleOverwrite().


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