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 244 of file tableam.h.

Field Documentation

◆ bottomup

bool TM_IndexDeleteOp::bottomup

Definition at line 248 of file tableam.h.

◆ bottomupfreespace

int TM_IndexDeleteOp::bottomupfreespace

Definition at line 249 of file tableam.h.

◆ deltids

TM_IndexDelete* TM_IndexDeleteOp::deltids

Definition at line 253 of file tableam.h.

◆ iblknum

BlockNumber TM_IndexDeleteOp::iblknum

Definition at line 247 of file tableam.h.

◆ irel

Relation TM_IndexDeleteOp::irel

Definition at line 246 of file tableam.h.

◆ ndeltids

int TM_IndexDeleteOp::ndeltids

Definition at line 252 of file tableam.h.

◆ status

TM_IndexStatus* TM_IndexDeleteOp::status

Definition at line 254 of file tableam.h.


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