projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
015722f
)
Indent fix_path_separator() header properly.
author
Andrew Dunstan
<andrew@dunslane.net>
Tue, 4 Sep 2012 02:59:19 +0000
(22:59 -0400)
committer
Andrew Dunstan
<andrew@dunslane.net>
Tue, 4 Sep 2012 02:59:19 +0000
(22:59 -0400)
contrib/pg_upgrade/check.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/check.c
b/contrib/pg_upgrade/check.c
index c89b2dfd0fd0fad14867c5895bc74a31380e155b..f2dcc0483da6ac8ddc4de82a7c26b98e4a0817cc 100644
(file)
--- a/
contrib/pg_upgrade/check.c
+++ b/
contrib/pg_upgrade/check.c
@@
-30,7
+30,8
@@
static void get_bin_version(ClusterInfo *cluster);
* such as is suitable for arguments to builtin commands
* like RMDIR and DEL.
*/
-static char *fix_path_separator(char *path)
+static char *
+fix_path_separator(char *path)
{
#ifdef WIN32