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

Data Fields

int16 npromisingtids
 
int16 ntids
 
int16 ifirsttid
 

Detailed Description

Definition at line 195 of file heapam.c.

Field Documentation

◆ ifirsttid

int16 IndexDeleteCounts::ifirsttid

Definition at line 199 of file heapam.c.

Referenced by bottomup_nblocksfavorable(), and bottomup_sort_and_shrink().

◆ npromisingtids

int16 IndexDeleteCounts::npromisingtids

Definition at line 197 of file heapam.c.

Referenced by bottomup_sort_and_shrink().

◆ ntids

int16 IndexDeleteCounts::ntids

Definition at line 198 of file heapam.c.

Referenced by bottomup_sort_and_shrink().


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