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