PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IndexDeleteCounts Struct Reference

Data Fields

int16 npromisingtids
 
int16 ntids
 
int16 ifirsttid
 

Detailed Description

Definition at line 191 of file heapam.c.

Field Documentation

◆ ifirsttid

int16 IndexDeleteCounts::ifirsttid

◆ npromisingtids

int16 IndexDeleteCounts::npromisingtids

Definition at line 193 of file heapam.c.

Referenced by bottomup_sort_and_shrink(), and bottomup_sort_and_shrink_cmp().

◆ ntids

int16 IndexDeleteCounts::ntids

Definition at line 194 of file heapam.c.

Referenced by bottomup_sort_and_shrink(), and bottomup_sort_and_shrink_cmp().


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