PostgreSQL Source Code  git master
ToastedAttribute Struct Reference

Data Fields

struct varatt_external toast_pointer
 
BlockNumber blkno
 
OffsetNumber offnum
 
AttrNumber attnum
 

Detailed Description

Definition at line 69 of file verify_heapam.c.

Field Documentation

◆ attnum

AttrNumber ToastedAttribute::attnum

Definition at line 74 of file verify_heapam.c.

Referenced by check_tuple_attribute(), and report_toast_corruption().

◆ blkno

BlockNumber ToastedAttribute::blkno

Definition at line 72 of file verify_heapam.c.

Referenced by check_tuple_attribute(), and report_toast_corruption().

◆ offnum

OffsetNumber ToastedAttribute::offnum

Definition at line 73 of file verify_heapam.c.

Referenced by check_tuple_attribute(), and report_toast_corruption().

◆ toast_pointer

struct varatt_external ToastedAttribute::toast_pointer

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