|
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.
| TimeOffset bbsink_throttle::elapsed_min_unit |
Definition at line 35 of file basebackup_throttle.c.
| TimestampTz bbsink_throttle::throttled_last |
Definition at line 38 of file basebackup_throttle.c.
| int64 bbsink_throttle::throttling_counter |
Definition at line 32 of file basebackup_throttle.c.
| uint64 bbsink_throttle::throttling_sample |
Definition at line 29 of file basebackup_throttle.c.