PostgreSQL Source Code  git master
UserOpts Struct Reference

#include <pg_upgrade.h>

Data Fields

bool check
 
bool do_sync
 
transferMode transfer_mode
 
int jobs
 
char * socketdir
 
char * sync_method
 

Detailed Description

Definition at line 322 of file pg_upgrade.h.

Field Documentation

◆ check

◆ do_sync

bool UserOpts::do_sync

Definition at line 326 of file pg_upgrade.h.

Referenced by main(), and parseCommandLine().

◆ jobs

◆ socketdir

char* UserOpts::socketdir

Definition at line 329 of file pg_upgrade.h.

Referenced by get_sock_dir(), and parseCommandLine().

◆ sync_method

char* UserOpts::sync_method

Definition at line 330 of file pg_upgrade.h.

Referenced by main(), and parseCommandLine().

◆ transfer_mode

transferMode UserOpts::transfer_mode

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