postgresql/src/include/port
Bruce Momjian 31338352bd * Most changes are to fix warnings issued when compiling win32
* removed a few redundant defines
* get_user_name safe under win32
* rationalized pipe read EOF for win32 (UPDATED PATCH USED)
* changed all backend instances of sleep() to pg_usleep

    - except for the SLEEP_ON_ASSERT in assert.c, as it would exceed a
32-bit long [Note to patcher: If a SLEEP_ON_ASSERT of 2000 seconds is
acceptable, please replace with pg_usleep(2000000000L)]

I added a comment to that part of the code:

    /*
     *  It would be nice to use pg_usleep() here, but only does 2000 sec
     *  or 33 minutes, which seems too short.
     */
    sleep(1000000);

Claudio Natoli
2004-04-19 17:42:59 +00:00
..
win32 pgindent run. 2003-08-04 00:43:34 +00:00
aix.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
beos.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
bsdi.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
cygwin.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
darwin.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
dgux.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
freebsd.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
hpux.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
irix5.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
linux.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
netbsd.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
nextstep.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
openbsd.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
osf.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
qnx4.h Localize our dependencies on the way to create NAN or INFINITY. 2004-03-15 03:29:22 +00:00
sco.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
solaris.h Localize our dependencies on the way to create NAN or INFINITY. 2004-03-15 03:29:22 +00:00
sunos4.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
svr4.h Move slock_t typdefs into s_lock.h from include/port files for 2003-12-23 03:31:30 +00:00
ultrix4.h USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which are 2000-10-29 13:17:34 +00:00
univel.h Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms 2003-12-23 18:13:17 +00:00
unixware.h Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms 2003-12-23 18:13:17 +00:00
win32.h * Most changes are to fix warnings issued when compiling win32 2004-04-19 17:42:59 +00:00