|
PostgreSQL Source Code git master
|
#include <pgstat.h>
Data Fields | |
| PgStat_Counter | waits |
| PgStat_Counter | wait_time |
| PgStat_Counter | fastpath_exceeded |
| PgStat_Counter PgStat_LockEntry::fastpath_exceeded |
Definition at line 353 of file pgstat.h.
Referenced by pgstat_count_lock_fastpath_exceeded().
| PgStat_Counter PgStat_LockEntry::wait_time |
Definition at line 352 of file pgstat.h.
Referenced by pgstat_count_lock_waits().
| PgStat_Counter PgStat_LockEntry::waits |
Definition at line 351 of file pgstat.h.
Referenced by pgstat_count_lock_waits().