PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
collect_corrupt_items_read_stream_private Struct Reference

Data Fields

bool all_frozen
 
bool all_visible
 
BlockNumber current_blocknum
 
BlockNumber last_exclusive
 
Relation rel
 
Buffer vmbuffer
 

Detailed Description

Definition at line 45 of file pg_visibility.c.

Field Documentation

◆ all_frozen

bool collect_corrupt_items_read_stream_private::all_frozen

◆ all_visible

bool collect_corrupt_items_read_stream_private::all_visible

◆ current_blocknum

BlockNumber collect_corrupt_items_read_stream_private::current_blocknum

◆ last_exclusive

BlockNumber collect_corrupt_items_read_stream_private::last_exclusive

◆ rel

Relation collect_corrupt_items_read_stream_private::rel

◆ vmbuffer

Buffer collect_corrupt_items_read_stream_private::vmbuffer

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