aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/initdb/initdb.c1
-rw-r--r--src/bin/pg_resetxlog/pg_resetxlog.c6
2 files changed, 3 insertions, 4 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c
index 44231273faf..61bd7853076 100644
--- a/src/bin/initdb/initdb.c
+++ b/src/bin/initdb/initdb.c
@@ -565,7 +565,6 @@ walkdir(char *path, void (*action) (char *fname, bool isdir))
}
#ifdef WIN32
-
/*
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
* released version
diff --git a/src/bin/pg_resetxlog/pg_resetxlog.c b/src/bin/pg_resetxlog/pg_resetxlog.c
index 54690af0311..28a4f191f34 100644
--- a/src/bin/pg_resetxlog/pg_resetxlog.c
+++ b/src/bin/pg_resetxlog/pg_resetxlog.c
@@ -846,8 +846,8 @@ FindEndOfXLOG(void)
}
errno = 0;
}
-#ifdef WIN32
+#ifdef WIN32
/*
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
* released version
@@ -908,8 +908,8 @@ KillExistingXLOG(void)
}
errno = 0;
}
-#ifdef WIN32
+#ifdef WIN32
/*
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
* released version
@@ -965,8 +965,8 @@ KillExistingArchiveStatus(void)
}
errno = 0;
}
-#ifdef WIN32
+#ifdef WIN32
/*
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
* released version