PostgreSQL Source Code  git master
cb_options Struct Reference

Data Fields

bool debug
 
char * output
 
bool dry_run
 
bool no_sync
 
cb_tablespace_mappingtsmappings
 
pg_checksum_type manifest_checksums
 
bool no_manifest
 
DataDirSyncMethod sync_method
 
CopyMethod copy_method
 

Detailed Description

Definition at line 62 of file pg_combinebackup.c.

Field Documentation

◆ copy_method

CopyMethod cb_options::copy_method

Definition at line 72 of file pg_combinebackup.c.

Referenced by main(), and process_directory_recursively().

◆ debug

bool cb_options::debug

Definition at line 64 of file pg_combinebackup.c.

Referenced by main(), and process_directory_recursively().

◆ dry_run

bool cb_options::dry_run

Definition at line 66 of file pg_combinebackup.c.

Referenced by create_output_directory(), main(), and process_directory_recursively().

◆ manifest_checksums

pg_checksum_type cb_options::manifest_checksums

Definition at line 69 of file pg_combinebackup.c.

Referenced by main(), and process_directory_recursively().

◆ no_manifest

bool cb_options::no_manifest

Definition at line 70 of file pg_combinebackup.c.

Referenced by main().

◆ no_sync

bool cb_options::no_sync

Definition at line 67 of file pg_combinebackup.c.

Referenced by main().

◆ output

char* cb_options::output

Definition at line 65 of file pg_combinebackup.c.

Referenced by main(), and scan_for_existing_tablespaces().

◆ sync_method

DataDirSyncMethod cb_options::sync_method

Definition at line 71 of file pg_combinebackup.c.

Referenced by main().

◆ tsmappings

cb_tablespace_mapping* cb_options::tsmappings

Definition at line 68 of file pg_combinebackup.c.

Referenced by add_tablespace_mapping(), and scan_for_existing_tablespaces().


The documentation for this struct was generated from the following file: