PostgreSQL Source Code  git master
LogOpts Struct Reference

#include <pg_upgrade.h>

Data Fields

FILE * internal
 
bool verbose
 
bool retain
 
char * rootdir
 
char * basedir
 
char * dumpdir
 
char * logdir
 
bool isatty
 

Detailed Description

Definition at line 305 of file pg_upgrade.h.

Field Documentation

◆ basedir

◆ dumpdir

char* LogOpts::dumpdir

◆ internal

FILE* LogOpts::internal

Definition at line 307 of file pg_upgrade.h.

Referenced by cleanup_output_dirs(), make_outputdirs(), and pg_log_v().

◆ isatty

bool LogOpts::isatty

◆ logdir

char* LogOpts::logdir

Definition at line 314 of file pg_upgrade.h.

Referenced by exec_prog(), make_outputdirs(), and start_postmaster().

◆ retain

bool LogOpts::retain

Definition at line 309 of file pg_upgrade.h.

Referenced by cleanup_output_dirs(), and parseCommandLine().

◆ rootdir

char* LogOpts::rootdir

Definition at line 311 of file pg_upgrade.h.

Referenced by cleanup_output_dirs(), and make_outputdirs().

◆ verbose


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