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 d10ddf4 commit a69b7a1Copy full SHA for a69b7a1
contrib/pg_upgrade/check.c
@@ -29,7 +29,8 @@ static void get_bin_version(ClusterInfo *cluster);
29
* such as is suitable for arguments to builtin commands
30
* like RMDIR and DEL.
31
*/
32
-static char *fix_path_separator(char *path)
+static char *
33
+fix_path_separator(char *path)
34
{
35
#ifdef WIN32
36
0 commit comments