PostgreSQL Source Code  git master
TidStoreIterResult Struct Reference

#include <tidstore.h>

Data Fields

BlockNumber blkno
 
void * internal_page
 

Detailed Description

Definition at line 27 of file tidstore.h.

Field Documentation

◆ blkno

BlockNumber TidStoreIterResult::blkno

Definition at line 29 of file tidstore.h.

Referenced by check_set_block_offsets(), lazy_vacuum_heap_rel(), and TidStoreIterateNext().

◆ internal_page

void* TidStoreIterResult::internal_page

Definition at line 30 of file tidstore.h.

Referenced by TidStoreGetBlockOffsets(), and TidStoreIterateNext().


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