PostgreSQL Source Code git master
|
Data Fields | |
struct varatt_external | toast_pointer |
BlockNumber | blkno |
OffsetNumber | offnum |
AttrNumber | attnum |
Definition at line 73 of file verify_heapam.c.
AttrNumber ToastedAttribute::attnum |
Definition at line 78 of file verify_heapam.c.
Referenced by check_tuple_attribute(), and report_toast_corruption().
BlockNumber ToastedAttribute::blkno |
Definition at line 76 of file verify_heapam.c.
Referenced by check_tuple_attribute(), and report_toast_corruption().
OffsetNumber ToastedAttribute::offnum |
Definition at line 77 of file verify_heapam.c.
Referenced by check_tuple_attribute(), and report_toast_corruption().
struct varatt_external ToastedAttribute::toast_pointer |
Definition at line 75 of file verify_heapam.c.
Referenced by check_toast_tuple(), check_toasted_attribute(), and check_tuple_attribute().