projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
ea9b8ab
)
Fix whitespace
author
Peter Eisentraut
<
[email protected]
>
Fri, 15 Aug 2014 18:52:06 +0000
(14:52 -0400)
committer
Peter Eisentraut
<
[email protected]
>
Fri, 15 Aug 2014 18:52:06 +0000
(14:52 -0400)
contrib/pg_upgrade/option.c
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/option.c
b/contrib/pg_upgrade/option.c
index ac73ec11a53d9258630e641cac11c733e72ed127..bb594dd2f6938c575c776514017ec1ed3d05cdee 100644
(file)
--- a/
contrib/pg_upgrade/option.c
+++ b/
contrib/pg_upgrade/option.c
@@
-241,7
+241,7
@@
parseCommandLine(int argc, char *argv[])
strlcpy(new_cluster_pgdata, new_cluster.pgdata, MAXPGPATH);
canonicalize_path(new_cluster_pgdata);
-
+
if (!getcwd(cwd, MAXPGPATH))
pg_fatal("cannot find current directory\n");
canonicalize_path(cwd);