PostgreSQL Source Code  git master
IndexDeleteCounts Struct Reference

Data Fields

int16 npromisingtids
 
int16 ntids
 
int16 ifirsttid
 

Detailed Description

Definition at line 196 of file heapam.c.

Field Documentation

◆ ifirsttid

int16 IndexDeleteCounts::ifirsttid

◆ npromisingtids

int16 IndexDeleteCounts::npromisingtids

Definition at line 198 of file heapam.c.

Referenced by bottomup_sort_and_shrink(), and bottomup_sort_and_shrink_cmp().

◆ ntids

int16 IndexDeleteCounts::ntids

Definition at line 199 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: