PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PgStat_LockEntry Struct Reference

#include <pgstat.h>

Data Fields

PgStat_Counter waits
 
PgStat_Counter wait_time
 
PgStat_Counter fastpath_exceeded
 

Detailed Description

Definition at line 349 of file pgstat.h.

Field Documentation

◆ fastpath_exceeded

PgStat_Counter PgStat_LockEntry::fastpath_exceeded

Definition at line 353 of file pgstat.h.

Referenced by pgstat_count_lock_fastpath_exceeded().

◆ wait_time

PgStat_Counter PgStat_LockEntry::wait_time

Definition at line 352 of file pgstat.h.

Referenced by pgstat_count_lock_waits().

◆ waits

PgStat_Counter PgStat_LockEntry::waits

Definition at line 351 of file pgstat.h.

Referenced by pgstat_count_lock_waits().


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