PostgreSQL Source Code
git master
|
#include <pgstat_internal.h>
Data Fields | |
LWLock | locks [BACKEND_NUM_TYPES] |
PgStat_IO | stats |
Definition at line 333 of file pgstat_internal.h.
LWLock PgStatShared_IO::locks[BACKEND_NUM_TYPES] |
Definition at line 339 of file pgstat_internal.h.
Referenced by pgstat_flush_io(), pgstat_io_reset_all_cb(), pgstat_io_snapshot_cb(), and StatsShmemInit().
PgStat_IO PgStatShared_IO::stats |
Definition at line 340 of file pgstat_internal.h.
Referenced by pgstat_flush_io(), pgstat_io_reset_all_cb(), pgstat_io_snapshot_cb(), and pgstat_read_statsfile().