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

#include <gin.h>

Data Fields

BlockNumber nPendingPages
 
BlockNumber nTotalPages
 
BlockNumber nEntryPages
 
BlockNumber nDataPages
 
int64 nEntries
 
int32 ginVersion
 

Detailed Description

Definition at line 55 of file gin.h.

Field Documentation

◆ ginVersion

int32 GinStatsData::ginVersion

Definition at line 62 of file gin.h.

Referenced by ginGetStats().

◆ nDataPages

BlockNumber GinStatsData::nDataPages

Definition at line 60 of file gin.h.

Referenced by createPostingTree(), ginGetStats(), ginPlaceToPage(), and ginUpdateStats().

◆ nEntries

int64 GinStatsData::nEntries

Definition at line 61 of file gin.h.

Referenced by ginEntryInsert(), ginGetStats(), and ginUpdateStats().

◆ nEntryPages

BlockNumber GinStatsData::nEntryPages

Definition at line 59 of file gin.h.

Referenced by ginGetStats(), ginPlaceToPage(), and ginUpdateStats().

◆ nPendingPages

BlockNumber GinStatsData::nPendingPages

Definition at line 57 of file gin.h.

Referenced by ginGetStats().

◆ nTotalPages

BlockNumber GinStatsData::nTotalPages

Definition at line 58 of file gin.h.

Referenced by ginGetStats(), and ginUpdateStats().


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