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 499 of file heapam.h.

Field Documentation

◆ tuples

HeapTupleData BatchMVCCState::tuples[MaxHeapTuplesPerPage]

Definition at line 501 of file heapam.h.

◆ visible

bool BatchMVCCState::visible[MaxHeapTuplesPerPage]

Definition at line 502 of file heapam.h.


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