|
PostgreSQL Source Code git master
|
Data Fields | |
| bool | debug |
| char * | output |
| bool | dry_run |
| bool | no_sync |
| cb_tablespace_mapping * | tsmappings |
| pg_checksum_type | manifest_checksums |
| bool | no_manifest |
| DataDirSyncMethod | sync_method |
| CopyMethod | copy_method |
Definition at line 72 of file pg_combinebackup.c.
| CopyMethod cb_options::copy_method |
Definition at line 82 of file pg_combinebackup.c.
Referenced by main(), and process_directory_recursively().
| bool cb_options::debug |
Definition at line 74 of file pg_combinebackup.c.
Referenced by main(), and process_directory_recursively().
| bool cb_options::dry_run |
Definition at line 76 of file pg_combinebackup.c.
Referenced by create_output_directory(), main(), and process_directory_recursively().
| pg_checksum_type cb_options::manifest_checksums |
Definition at line 79 of file pg_combinebackup.c.
Referenced by main(), and process_directory_recursively().
| bool cb_options::no_manifest |
Definition at line 80 of file pg_combinebackup.c.
Referenced by main().
| bool cb_options::no_sync |
Definition at line 77 of file pg_combinebackup.c.
Referenced by main().
| char* cb_options::output |
Definition at line 75 of file pg_combinebackup.c.
Referenced by main(), and scan_for_existing_tablespaces().
| DataDirSyncMethod cb_options::sync_method |
Definition at line 81 of file pg_combinebackup.c.
Referenced by main().
| cb_tablespace_mapping* cb_options::tsmappings |
Definition at line 78 of file pg_combinebackup.c.
Referenced by add_tablespace_mapping(), and scan_for_existing_tablespaces().