mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
C comments: remove odd blank lines after #ifdef WIN32 lines
A few more
This commit is contained in:
parent
886c0be3f6
commit
242c2737fb
@ -1048,7 +1048,6 @@ GetMessageEncoding(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Result is palloc'ed null-terminated utf16 string. The character length
|
* Result is palloc'ed null-terminated utf16 string. The character length
|
||||||
* is also passed to utf16len if not null. Returns NULL iff failed.
|
* is also passed to utf16len if not null. Returns NULL iff failed.
|
||||||
|
@ -565,7 +565,6 @@ walkdir(char *path, void (*action) (char *fname, bool isdir))
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
||||||
* released version
|
* released version
|
||||||
|
@ -846,8 +846,8 @@ FindEndOfXLOG(void)
|
|||||||
}
|
}
|
||||||
errno = 0;
|
errno = 0;
|
||||||
}
|
}
|
||||||
#ifdef WIN32
|
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
/*
|
/*
|
||||||
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
||||||
* released version
|
* released version
|
||||||
@ -908,8 +908,8 @@ KillExistingXLOG(void)
|
|||||||
}
|
}
|
||||||
errno = 0;
|
errno = 0;
|
||||||
}
|
}
|
||||||
#ifdef WIN32
|
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
/*
|
/*
|
||||||
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
||||||
* released version
|
* released version
|
||||||
@ -965,8 +965,8 @@ KillExistingArchiveStatus(void)
|
|||||||
}
|
}
|
||||||
errno = 0;
|
errno = 0;
|
||||||
}
|
}
|
||||||
#ifdef WIN32
|
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
/*
|
/*
|
||||||
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
||||||
* released version
|
* released version
|
||||||
|
@ -65,8 +65,8 @@ pgfnames(const char *path)
|
|||||||
}
|
}
|
||||||
errno = 0;
|
errno = 0;
|
||||||
}
|
}
|
||||||
#ifdef WIN32
|
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
/*
|
/*
|
||||||
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
||||||
* released version
|
* released version
|
||||||
@ -74,6 +74,7 @@ pgfnames(const char *path)
|
|||||||
if (GetLastError() == ERROR_NO_MORE_FILES)
|
if (GetLastError() == ERROR_NO_MORE_FILES)
|
||||||
errno = 0;
|
errno = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (errno)
|
if (errno)
|
||||||
{
|
{
|
||||||
#ifndef FRONTEND
|
#ifndef FRONTEND
|
||||||
|
@ -68,7 +68,6 @@ pg_check_dir(const char *dir)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
|
||||||
* released version
|
* released version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user