PostgreSQL Source Code  git master
GinIndexStat Struct Reference

Data Fields

int32 version
 
BlockNumber pending_pages
 
int64 pending_tuples
 

Detailed Description

Definition at line 102 of file pgstatindex.c.

Field Documentation

◆ pending_pages

BlockNumber GinIndexStat::pending_pages

Definition at line 106 of file pgstatindex.c.

Referenced by pgstatginindex_internal().

◆ pending_tuples

int64 GinIndexStat::pending_tuples

Definition at line 107 of file pgstatindex.c.

Referenced by pgstatginindex_internal().

◆ version

int32 GinIndexStat::version

Definition at line 104 of file pgstatindex.c.

Referenced by pgstatginindex_internal().


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