PostgreSQL Source Code git master
|
#include <gin.h>
Data Fields | |
BlockNumber | nPendingPages |
BlockNumber | nTotalPages |
BlockNumber | nEntryPages |
BlockNumber | nDataPages |
int64 | nEntries |
int32 | ginVersion |
int32 GinStatsData::ginVersion |
Definition at line 62 of file gin.h.
Referenced by ginGetStats().
BlockNumber GinStatsData::nDataPages |
Definition at line 60 of file gin.h.
Referenced by createPostingTree(), gincostestimate(), ginGetStats(), ginPlaceToPage(), ginUpdateStats(), and ginvacuumcleanup().
int64 GinStatsData::nEntries |
Definition at line 61 of file gin.h.
Referenced by gincostestimate(), ginEntryInsert(), ginGetStats(), ginUpdateStats(), and ginvacuumcleanup().
BlockNumber GinStatsData::nEntryPages |
Definition at line 59 of file gin.h.
Referenced by ginbuild(), gincostestimate(), ginGetStats(), ginPlaceToPage(), ginUpdateStats(), and ginvacuumcleanup().
BlockNumber GinStatsData::nPendingPages |
Definition at line 57 of file gin.h.
Referenced by gincostestimate(), and ginGetStats().
BlockNumber GinStatsData::nTotalPages |
Definition at line 58 of file gin.h.
Referenced by ginbuild(), gincostestimate(), ginGetStats(), ginUpdateStats(), and ginvacuumcleanup().