#include <pgstat.h>
Data Fields | |
Oid | functionid |
PgStat_Counter | f_numcalls |
PgStat_Counter | f_total_time |
PgStat_Counter | f_self_time |
Definition at line 600 of file pgstat.h.
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().