PostgreSQL Source Code git master
|
#include "nodes/replnodes.h"
Go to the source code of this file.
Data Structures | |
struct | tablespaceinfo |
Macros | |
#define | MAX_RATE_LOWER 32 |
#define | MAX_RATE_UPPER 1048576 |
Functions | |
void | SendBaseBackup (BaseBackupCmd *cmd, struct IncrementalBackupInfo *ib) |
#define MAX_RATE_LOWER 32 |
Definition at line 20 of file basebackup.h.
#define MAX_RATE_UPPER 1048576 |
Definition at line 21 of file basebackup.h.
void SendBaseBackup | ( | BaseBackupCmd * | cmd, |
struct IncrementalBackupInfo * | ib | ||
) |
Definition at line 990 of file basebackup.c.
References BaseBackupGetSink(), bbsink_cleanup(), bbsink_copystream_new(), bbsink_gzip_new(), bbsink_lz4_new(), bbsink_progress_new(), bbsink_throttle_new(), bbsink_zstd_new(), basebackup_options::compression, basebackup_options::compression_specification, ereport, errcode(), errmsg(), ERROR, get_backup_status(), basebackup_options::incremental, basebackup_options::label, basebackup_options::maxrate, BaseBackupCmd::options, parse_basebackup_options(), perform_base_backup(), PG_COMPRESSION_GZIP, PG_COMPRESSION_LZ4, PG_COMPRESSION_ZSTD, PG_END_TRY, PG_FINALLY, PG_TRY, basebackup_options::progress, basebackup_options::send_to_client, SESSION_BACKUP_RUNNING, set_ps_display(), snprintf, basebackup_options::target_handle, update_process_title, WalSndSetState(), and WALSNDSTATE_BACKUP.
Referenced by exec_replication_command().