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