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

#include <heapam.h>

Data Fields

IndexFetchTableData xs_base
 
Buffer xs_cbuf
 
BlockNumber xs_blk
 
Buffer xs_vmbuffer
 

Detailed Description

Definition at line 120 of file heapam.h.

Field Documentation

◆ xs_base

IndexFetchTableData IndexFetchHeapData::xs_base

Definition at line 122 of file heapam.h.

◆ xs_blk

BlockNumber IndexFetchHeapData::xs_blk

Definition at line 129 of file heapam.h.

◆ xs_cbuf

Buffer IndexFetchHeapData::xs_cbuf

Definition at line 128 of file heapam.h.

◆ xs_vmbuffer

Buffer IndexFetchHeapData::xs_vmbuffer

Definition at line 132 of file heapam.h.


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