postgresql/src/backend/postmaster
Tom Lane 93120f3501 In a Windows backend, don't build src/port/pgsleep.c's version of
pg_usleep at all.  Instead call the replacement function in
port/win32/signal.c by that name.  Avoids tricky macro-redefinition
logic and suppresses a compiler warning; furthermore it ensures that
no one can accidentally use the non-signal-aware version of pg_usleep
in a Windows backend.
2006-07-16 20:17:04 +00:00
..
autovacuum.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
bgwriter.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
fork_process.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Integrate autovacuum functionality into the backend. There's still a 2005-07-14 05:13:45 +00:00
pgarch.c Add GUC update_process_title to control whether 'ps' display is updated 2006-06-27 22:16:44 +00:00
pgstat.c Ensure that we retry rather than erroring out when send() or recv() return 2006-07-16 18:17:14 +00:00
postmaster.c Ensure that we retry rather than erroring out when send() or recv() return 2006-07-16 18:17:14 +00:00
syslogger.c In a Windows backend, don't build src/port/pgsleep.c's version of 2006-07-16 20:17:04 +00:00