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

Field Documentation

◆ freespace

int16 TM_IndexStatus::freespace

Definition at line 245 of file tableam.h.

◆ idxoffnum

OffsetNumber TM_IndexStatus::idxoffnum

Definition at line 240 of file tableam.h.

Referenced by _bt_delitems_delete_check().

◆ knowndeletable

bool TM_IndexStatus::knowndeletable

Definition at line 241 of file tableam.h.

◆ promising

bool TM_IndexStatus::promising

Definition at line 244 of file tableam.h.


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