PostgreSQL Source Code
git master
|
Data Fields | |
bbsink | base |
uint64 | throttling_sample |
int64 | throttling_counter |
TimeOffset | elapsed_min_unit |
TimestampTz | throttled_last |
Definition at line 23 of file basebackup_throttle.c.
bbsink bbsink_throttle::base |
Definition at line 26 of file basebackup_throttle.c.
Referenced by bbsink_throttle_new().
TimeOffset bbsink_throttle::elapsed_min_unit |
Definition at line 35 of file basebackup_throttle.c.
Referenced by bbsink_throttle_new(), and throttle().
TimestampTz bbsink_throttle::throttled_last |
Definition at line 38 of file basebackup_throttle.c.
Referenced by bbsink_throttle_begin_backup(), and throttle().
int64 bbsink_throttle::throttling_counter |
Definition at line 32 of file basebackup_throttle.c.
Referenced by throttle().
uint64 bbsink_throttle::throttling_sample |
Definition at line 29 of file basebackup_throttle.c.
Referenced by bbsink_throttle_new(), and throttle().