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
 

Detailed Description

Definition at line 299 of file pg_upgrade.h.

Field Documentation

◆ check

◆ do_sync

bool UserOpts::do_sync

Definition at line 303 of file pg_upgrade.h.

Referenced by main(), and parseCommandLine().

◆ jobs

◆ socketdir

char* UserOpts::socketdir

Definition at line 306 of file pg_upgrade.h.

Referenced by get_sock_dir(), and parseCommandLine().

◆ transfer_mode

transferMode UserOpts::transfer_mode

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