PostgreSQL Source Code git master
|
Data Fields | |
bool | all_frozen |
bool | all_visible |
BlockNumber | current_blocknum |
BlockNumber | last_exclusive |
Relation | rel |
Buffer | vmbuffer |
Definition at line 45 of file pg_visibility.c.
bool collect_corrupt_items_read_stream_private::all_frozen |
Definition at line 47 of file pg_visibility.c.
Referenced by collect_corrupt_items(), and collect_corrupt_items_read_stream_next_block().
bool collect_corrupt_items_read_stream_private::all_visible |
Definition at line 48 of file pg_visibility.c.
Referenced by collect_corrupt_items(), and collect_corrupt_items_read_stream_next_block().
BlockNumber collect_corrupt_items_read_stream_private::current_blocknum |
Definition at line 49 of file pg_visibility.c.
Referenced by collect_corrupt_items(), and collect_corrupt_items_read_stream_next_block().
BlockNumber collect_corrupt_items_read_stream_private::last_exclusive |
Definition at line 50 of file pg_visibility.c.
Referenced by collect_corrupt_items(), and collect_corrupt_items_read_stream_next_block().
Relation collect_corrupt_items_read_stream_private::rel |
Definition at line 51 of file pg_visibility.c.
Referenced by check_relation_relkind(), collect_corrupt_items(), and collect_corrupt_items_read_stream_next_block().
Buffer collect_corrupt_items_read_stream_private::vmbuffer |
Definition at line 52 of file pg_visibility.c.
Referenced by collect_corrupt_items(), and collect_corrupt_items_read_stream_next_block().