PostgreSQL Source Code: IndexBuildResult Struct Reference (original) (raw)

Data Fields

IndexBuildResult Struct Reference

#include <[genam.h](genam%5F8h%5Fsource.html)>

Data Fields
double heap_tuples
double index_tuples

Detailed Description

Definition at line 53 of file genam.h.

Field Documentation

heap_tuples

double IndexBuildResult::heap_tuples

Definition at line 55 of file genam.h.

Referenced by blbuild(), brinbuild(), btbuild(), dibuild(), ginbuild(), gistbuild(), hashbuild(), index_build(), and spgbuild().

index_tuples

double IndexBuildResult::index_tuples

Definition at line 56 of file genam.h.

Referenced by blbuild(), brinbuild(), btbuild(), dibuild(), ginbuild(), gistbuild(), hashbuild(), index_build(), and spgbuild().


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