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 49 of file gin.h.
Referenced by ginGetStats().
BlockNumber GinStatsData::nDataPages |
Definition at line 47 of file gin.h.
Referenced by createPostingTree(), gincostestimate(), ginGetStats(), ginPlaceToPage(), ginUpdateStats(), and ginvacuumcleanup().
int64 GinStatsData::nEntries |
Definition at line 48 of file gin.h.
Referenced by gincostestimate(), ginEntryInsert(), ginGetStats(), ginUpdateStats(), and ginvacuumcleanup().
BlockNumber GinStatsData::nEntryPages |
Definition at line 46 of file gin.h.
Referenced by ginbuild(), gincostestimate(), ginGetStats(), ginPlaceToPage(), ginUpdateStats(), and ginvacuumcleanup().
BlockNumber GinStatsData::nPendingPages |
Definition at line 44 of file gin.h.
Referenced by gincostestimate(), and ginGetStats().
BlockNumber GinStatsData::nTotalPages |
Definition at line 45 of file gin.h.
Referenced by ginbuild(), gincostestimate(), ginGetStats(), ginUpdateStats(), and ginvacuumcleanup().