PostgreSQL Source Code
git master
|
Definition at line 63 of file basebackup.c.
pg_compress_algorithm basebackup_options::compression |
Definition at line 77 of file basebackup.c.
Referenced by parse_basebackup_options(), and SendBaseBackup().
pg_compress_specification basebackup_options::compression_specification |
Definition at line 78 of file basebackup.c.
Referenced by parse_basebackup_options(), and SendBaseBackup().
bool basebackup_options::fastcheckpoint |
Definition at line 67 of file basebackup.c.
Referenced by parse_basebackup_options(), and perform_base_backup().
bool basebackup_options::includewal |
Definition at line 69 of file basebackup.c.
Referenced by parse_basebackup_options(), and perform_base_backup().
bool basebackup_options::incremental |
Definition at line 70 of file basebackup.c.
Referenced by parse_basebackup_options(), and SendBaseBackup().
const char* basebackup_options::label |
Definition at line 65 of file basebackup.c.
Referenced by parse_basebackup_options(), perform_base_backup(), and SendBaseBackup().
backup_manifest_option basebackup_options::manifest |
Definition at line 76 of file basebackup.c.
Referenced by parse_basebackup_options(), and perform_base_backup().
pg_checksum_type basebackup_options::manifest_checksum_type |
Definition at line 79 of file basebackup.c.
Referenced by parse_basebackup_options(), and perform_base_backup().
uint32 basebackup_options::maxrate |
Definition at line 71 of file basebackup.c.
Referenced by parse_basebackup_options(), and SendBaseBackup().
bool basebackup_options::nowait |
Definition at line 68 of file basebackup.c.
Referenced by parse_basebackup_options(), and perform_base_backup().
bool basebackup_options::progress |
Definition at line 66 of file basebackup.c.
Referenced by parse_basebackup_options(), perform_base_backup(), and SendBaseBackup().
bool basebackup_options::send_to_client |
Definition at line 73 of file basebackup.c.
Referenced by parse_basebackup_options(), and SendBaseBackup().
bool basebackup_options::sendtblspcmapfile |
Definition at line 72 of file basebackup.c.
Referenced by parse_basebackup_options(), and perform_base_backup().
BaseBackupTargetHandle* basebackup_options::target_handle |
Definition at line 75 of file basebackup.c.
Referenced by parse_basebackup_options(), and SendBaseBackup().
bool basebackup_options::use_copytblspc |
Definition at line 74 of file basebackup.c.
Referenced by parse_basebackup_options().