PostgreSQL Source Code  git master
basebackup_options Struct Reference

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
 
BaseBackupTargetHandletarget_handle
 
backup_manifest_option manifest
 
pg_compress_algorithm compression
 
pg_compress_specification compression_specification
 
pg_checksum_type manifest_checksum_type
 

Detailed Description

Definition at line 62 of file basebackup.c.

Field Documentation

◆ compression

pg_compress_algorithm basebackup_options::compression

Definition at line 76 of file basebackup.c.

Referenced by parse_basebackup_options(), and SendBaseBackup().

◆ compression_specification

pg_compress_specification basebackup_options::compression_specification

Definition at line 77 of file basebackup.c.

Referenced by parse_basebackup_options(), and SendBaseBackup().

◆ fastcheckpoint

bool basebackup_options::fastcheckpoint

Definition at line 66 of file basebackup.c.

Referenced by parse_basebackup_options(), and perform_base_backup().

◆ includewal

bool basebackup_options::includewal

Definition at line 68 of file basebackup.c.

Referenced by parse_basebackup_options(), and perform_base_backup().

◆ incremental

bool basebackup_options::incremental

Definition at line 69 of file basebackup.c.

Referenced by parse_basebackup_options(), and SendBaseBackup().

◆ label

const char* basebackup_options::label

Definition at line 64 of file basebackup.c.

Referenced by parse_basebackup_options(), perform_base_backup(), and SendBaseBackup().

◆ manifest

backup_manifest_option basebackup_options::manifest

Definition at line 75 of file basebackup.c.

Referenced by parse_basebackup_options(), and perform_base_backup().

◆ manifest_checksum_type

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().

◆ maxrate

uint32 basebackup_options::maxrate

Definition at line 70 of file basebackup.c.

Referenced by parse_basebackup_options(), and SendBaseBackup().

◆ nowait

bool basebackup_options::nowait

Definition at line 67 of file basebackup.c.

Referenced by parse_basebackup_options(), and perform_base_backup().

◆ progress

bool basebackup_options::progress

Definition at line 65 of file basebackup.c.

Referenced by parse_basebackup_options(), perform_base_backup(), and SendBaseBackup().

◆ send_to_client

bool basebackup_options::send_to_client

Definition at line 72 of file basebackup.c.

Referenced by parse_basebackup_options(), and SendBaseBackup().

◆ sendtblspcmapfile

bool basebackup_options::sendtblspcmapfile

Definition at line 71 of file basebackup.c.

Referenced by parse_basebackup_options(), and perform_base_backup().

◆ target_handle

BaseBackupTargetHandle* basebackup_options::target_handle

Definition at line 74 of file basebackup.c.

Referenced by parse_basebackup_options(), and SendBaseBackup().

◆ use_copytblspc

bool basebackup_options::use_copytblspc

Definition at line 73 of file basebackup.c.

Referenced by parse_basebackup_options().


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