Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f904c79 commit 785c2acCopy full SHA for 785c2ac
contrib/pg_upgrade/pg_upgrade.h
@@ -215,7 +215,7 @@ typedef struct
215
const char *progname; /* complete pathname for this program */
216
char *exec_path; /* full path to my executable */
217
char *user; /* username for clusters */
218
- char cwd[MAXPGPATH]; /* directory for pg_upgrade output */
+ char cwd[MAXPGPATH]; /* current working directory, used for output */
219
char **tablespaces; /* tablespaces */
220
int num_tablespaces;
221
char **libraries; /* loadable libraries */
0 commit comments