Update pg_upgrade C comment about cwd.
This commit is contained in:
parent
f904c797d6
commit
785c2acc12
@ -215,7 +215,7 @@ typedef struct
|
||||
const char *progname; /* complete pathname for this program */
|
||||
char *exec_path; /* full path to my executable */
|
||||
char *user; /* username for clusters */
|
||||
char cwd[MAXPGPATH]; /* directory for pg_upgrade output */
|
||||
char cwd[MAXPGPATH]; /* current working directory, used for output */
|
||||
char **tablespaces; /* tablespaces */
|
||||
int num_tablespaces;
|
||||
char **libraries; /* loadable libraries */
|
||||
|
Loading…
x
Reference in New Issue
Block a user