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

#include <tableam.h>

Data Fields

Relation irel
 
BlockNumber iblknum
 
bool bottomup
 
int bottomupfreespace
 
int ndeltids
 
TM_IndexDeletedeltids
 
TM_IndexStatusstatus
 

Detailed Description

Definition at line 266 of file tableam.h.

Field Documentation

◆ bottomup

bool TM_IndexDeleteOp::bottomup

Definition at line 270 of file tableam.h.

◆ bottomupfreespace

int TM_IndexDeleteOp::bottomupfreespace

Definition at line 271 of file tableam.h.

◆ deltids

TM_IndexDelete* TM_IndexDeleteOp::deltids

Definition at line 275 of file tableam.h.

◆ iblknum

BlockNumber TM_IndexDeleteOp::iblknum

Definition at line 269 of file tableam.h.

◆ irel

Relation TM_IndexDeleteOp::irel

Definition at line 268 of file tableam.h.

◆ ndeltids

int TM_IndexDeleteOp::ndeltids

Definition at line 274 of file tableam.h.

◆ status

TM_IndexStatus* TM_IndexDeleteOp::status

Definition at line 276 of file tableam.h.


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