PostgreSQL Source Code  git master
EnableTimeoutParams Struct Reference

#include <timeout.h>

Data Fields

TimeoutId id
 
TimeoutType type
 
int delay_ms
 
TimestampTz fin_time
 

Detailed Description

Definition at line 58 of file timeout.h.

Field Documentation

◆ delay_ms

int EnableTimeoutParams::delay_ms

◆ fin_time

TimestampTz EnableTimeoutParams::fin_time

◆ id

TimeoutId EnableTimeoutParams::id

◆ type

TimeoutType EnableTimeoutParams::type

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