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

Data Fields

bbsink base
 
uint64 throttling_sample
 
int64 throttling_counter
 
TimeOffset elapsed_min_unit
 
TimestampTz throttled_last
 

Detailed Description

Definition at line 24 of file basebackup_throttle.c.

Field Documentation

◆ base

bbsink bbsink_throttle::base

Definition at line 27 of file basebackup_throttle.c.

◆ elapsed_min_unit

TimeOffset bbsink_throttle::elapsed_min_unit

Definition at line 36 of file basebackup_throttle.c.

◆ throttled_last

TimestampTz bbsink_throttle::throttled_last

Definition at line 39 of file basebackup_throttle.c.

◆ throttling_counter

int64 bbsink_throttle::throttling_counter

Definition at line 33 of file basebackup_throttle.c.

◆ throttling_sample

uint64 bbsink_throttle::throttling_sample

Definition at line 30 of file basebackup_throttle.c.


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