PostgreSQL Source Code
git master
|
Data Fields | |
bbsink | base |
bool | send_to_client |
char * | msgbuffer |
TimestampTz | last_progress_report_time |
uint64 | bytes_done_at_last_time_check |
Definition at line 39 of file basebackup_copy.c.
bbsink bbsink_copystream::base |
Definition at line 42 of file basebackup_copy.c.
Referenced by bbsink_copystream_archive_contents(), bbsink_copystream_begin_backup(), bbsink_copystream_end_archive(), and bbsink_copystream_new().
uint64 bbsink_copystream::bytes_done_at_last_time_check |
Definition at line 61 of file basebackup_copy.c.
Referenced by bbsink_copystream_archive_contents(), bbsink_copystream_end_archive(), and bbsink_copystream_new().
TimestampTz bbsink_copystream::last_progress_report_time |
Definition at line 60 of file basebackup_copy.c.
Referenced by bbsink_copystream_archive_contents(), bbsink_copystream_end_archive(), and bbsink_copystream_new().
char* bbsink_copystream::msgbuffer |
Definition at line 54 of file basebackup_copy.c.
Referenced by bbsink_copystream_archive_contents(), bbsink_copystream_begin_backup(), and bbsink_copystream_manifest_contents().
bool bbsink_copystream::send_to_client |
Definition at line 45 of file basebackup_copy.c.
Referenced by bbsink_copystream_archive_contents(), bbsink_copystream_manifest_contents(), and bbsink_copystream_new().