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

#include <tableam.h>

Data Fields

OffsetNumber idxoffnum
 
bool knowndeletable
 
bool promising
 
int16 freespace
 

Detailed Description

Definition at line 216 of file tableam.h.

Field Documentation

◆ freespace

int16 TM_IndexStatus::freespace

Definition at line 223 of file tableam.h.

◆ idxoffnum

OffsetNumber TM_IndexStatus::idxoffnum

Definition at line 218 of file tableam.h.

Referenced by _bt_delitems_delete_check().

◆ knowndeletable

bool TM_IndexStatus::knowndeletable

Definition at line 219 of file tableam.h.

◆ promising

bool TM_IndexStatus::promising

Definition at line 222 of file tableam.h.


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