Update pg_upgrade C comment about cwd.

This commit is contained in:
Bruce Momjian 2010-06-12 17:45:28 +00:00
parent f904c797d6
commit 785c2acc12
1 changed files with 1 additions and 1 deletions

View File

@ -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 */