xlde->d_name)));
#ifdef WIN32
-
/*
* On Windows, if another process (e.g another backend)
* holds the file open in FILE_SHARE_DELETE mode, unlink
}
#ifdef WIN32
-
/*
* This is a Win32 socket optimization. The ideal size is 32k.
* http://support.microsoft.com/kb/823764/EN-US/
set_pglocale_pgservice(argv[0], PG_TEXTDOMAIN("postgres"));
#ifdef WIN32
-
/*
* Windows uses codepages rather than the environment, so we work around
* that by querying the environment explicitly first for LC_COLLATE and
#endif
#ifdef WIN32
-
/*
* Start our win32 signal implementation
*
InitPostmasterDeathWatchHandle();
#ifdef WIN32
-
/*
* Initialize I/O completion port used to deliver list of dead children.
*/
* assume everything is all right and proceed to remove the backend from
* the active backend list.
*/
-#ifdef WIN32
+#ifdef WIN32
/*
* On win32, also treat ERROR_WAIT_NO_CHILDREN (128) as nonfatal case,
* since that sometimes happens under load when the process fails to start
return dent;
#ifdef WIN32
-
/*
* This fix is in mingw cvs (runtime/mingwex/dirent.c rev 1.4), but not in
* released version
save_lc_numeric = pstrdup(save_lc_numeric);
#ifdef WIN32
-
/*
* Ideally, monetary and numeric local symbols could be returned in any
* server encoding. Unfortunately, the WIN32 API does not allow
save_lc_time = pstrdup(save_lc_time);
#ifdef WIN32
-
/*
* On WIN32, there is no way to get locale-specific time values in a
* specified locale, like we do for monetary/numeric. We can only get
return 0;
#ifdef WIN32
-
/*
* On Windows, the "Unicode" locales assume UTF16 not UTF8 encoding, and
* for some reason mbstowcs and wcstombs won't do this for us, so we use
xfrmlen = strxfrm(NULL, val, 0);
#endif
#ifdef WIN32
-
/*
* On Windows, strxfrm returns INT_MAX when an error occurs. Instead
* of trying to allocate this much memory (and fail), just return the
int rc;
#ifdef WIN32
-
/*
* Try to convert the message to UTF16 and write it with WriteConsoleW().
* Fall back on write() if anything fails.
if (redirection_done && !am_syslogger)
write_pipe_chunks(buf.data, buf.len, LOG_DESTINATION_STDERR);
#ifdef WIN32
-
/*
* In a win32 service environment, there is no usable stderr. Capture
* anything going there and write it to the eventlog instead.
get_restricted_token(void)
{
#ifdef WIN32
-
/*
* Before we execute another program, make sure that we are running with a
* restricted token. If not, re-execute ourselves with one.
PGconn *conn;
#ifdef WIN32
-
/*
* Make sure socket support is up and running.
*/
int nargs = 3;
#ifdef WIN32
-
/*
* The perl library on startup does horrible things like call
* setlocale(LC_ALL,""). We have protected against that on most platforms
struct addrinfo hints;
#ifdef WIN32
-
/*
* If Windows has native IPv6 support, use the native Windows routine.
* Otherwise, fall through and use our own code.
if (res)
{
#ifdef WIN32
-
/*
* If Windows has native IPv6 support, use the native Windows routine.
* Otherwise, fall through and use our own code.
char *service, int servicelen, int flags)
{
#ifdef WIN32
-
/*
* If Windows has native IPv6 support, use the native Windows routine.
* Otherwise, fall through and use our own code.
getrusage(int who, struct rusage * rusage)
{
#ifdef WIN32
-
FILETIME starttime;
FILETIME exittime;
FILETIME kerneltime;
int pending_strips;
#ifdef WIN32
-
/*
* The Windows command processor will accept suitably quoted paths with
* forward slashes, but barfs badly with mixed forward and back slashes.
else if (path_contains_parent_reference(path))
return false;
#ifdef WIN32
-
/*
* On Win32, a drive letter _not_ followed by a slash, e.g. 'E:abc', is
* relative to the cwd on that drive, or the drive's root directory if
return NULL;
#ifdef WIN32
-
/*
* A Windows console has an "input code page" and an "output code page";
* these usually match each other, but they rarely match the "Windows ANSI
#endif
if (!termin || !termout
#ifdef WIN32
-
/*
* Direct console I/O does not work from the MSYS 1.0.10 console. Writes
* reach nowhere user-visible; reads block indefinitely. XXX This affects
snprintf(testtablespace, MAXPGPATH, "%s/testtablespace", outputdir);
#ifdef WIN32
-
/*
* On Windows only, clean out the test tablespace dir, or create it if it
* doesn't exist. On other platforms we expect the Makefile to take care
exit(2);
}
#ifdef WIN32
-
/*
* On WIN32, if the 'diff' command cannot be found, system() returns 1,
* but produces nothing to stdout, so we check for that here.
{
*cp = '\0';
#ifdef WIN32
-
/*
* DOS drive specifier?
*/