PostgreSQL Source Code
git master
|
#include <timeout.h>
Data Fields | |
TimeoutId | id |
TimeoutType | type |
int | delay_ms |
TimestampTz | fin_time |
int EnableTimeoutParams::delay_ms |
Definition at line 62 of file timeout.h.
Referenced by ProcSleep(), ResolveRecoveryConflictWithBufferPin(), and ResolveRecoveryConflictWithLock().
TimestampTz EnableTimeoutParams::fin_time |
Definition at line 63 of file timeout.h.
Referenced by ResolveRecoveryConflictWithBufferPin(), and ResolveRecoveryConflictWithLock().
TimeoutId EnableTimeoutParams::id |
Definition at line 60 of file timeout.h.
Referenced by enable_timeouts(), ProcSleep(), ResolveRecoveryConflictWithBufferPin(), and ResolveRecoveryConflictWithLock().
TimeoutType EnableTimeoutParams::type |
Definition at line 61 of file timeout.h.
Referenced by ProcSleep(), ResolveRecoveryConflictWithBufferPin(), and ResolveRecoveryConflictWithLock().