Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

PgStat_StatFuncEntry Struct Reference

#include <pgstat.h>

Data Fields

Oid functionid
PgStat_Counter f_numcalls
PgStat_Counter f_total_time
PgStat_Counter f_self_time

Detailed Description

Definition at line 600 of file pgstat.h.


Field Documentation

Definition at line 604 of file pgstat.h.

Referenced by pg_stat_get_function_calls(), and pgstat_recv_funcstat().

Definition at line 607 of file pgstat.h.

Referenced by pg_stat_get_function_self_time(), and pgstat_recv_funcstat().

Definition at line 606 of file pgstat.h.

Referenced by pg_stat_get_function_total_time(), and pgstat_recv_funcstat().

Definition at line 602 of file pgstat.h.

Referenced by pgstat_read_db_statsfile(), and pgstat_vacuum_stat().


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