PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BatchMVCCState Struct Reference

#include <heapam.h>

Data Fields

HeapTupleData tuples [MaxHeapTuplesPerPage]
 
bool visible [MaxHeapTuplesPerPage]
 

Detailed Description

Definition at line 458 of file heapam.h.

Field Documentation

◆ tuples

HeapTupleData BatchMVCCState::tuples[MaxHeapTuplesPerPage]

Definition at line 460 of file heapam.h.

◆ visible

bool BatchMVCCState::visible[MaxHeapTuplesPerPage]

Definition at line 461 of file heapam.h.


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