Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 785c2ac

Browse files
committed
Update pg_upgrade C comment about cwd.
1 parent f904c79 commit 785c2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/pg_upgrade.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ typedef struct
215215
const char *progname; /* complete pathname for this program */
216216
char *exec_path; /* full path to my executable */
217217
char *user; /* username for clusters */
218-
char cwd[MAXPGPATH]; /* directory for pg_upgrade output */
218+
char cwd[MAXPGPATH]; /* current working directory, used for output */
219219
char **tablespaces; /* tablespaces */
220220
int num_tablespaces;
221221
char **libraries; /* loadable libraries */

0 commit comments

Comments
 (0)