postgresql/src/backend/postmaster
Tom Lane fc548b2296 Remove support for using wait3() in place of waitpid().
All Unix-oid platforms that we currently support should have waitpid(),
since it's in V2 of the Single Unix Spec.  Our git history shows that
the wait3 code was added to support NextStep, which we officially dropped
support for as of 9.2.  So get rid of the configure test, and simplify the
macro spaghetti in reaper().  Per suggestion from Fujii Masao.
2012-07-05 14:00:40 -04:00
..
Makefile Refactor xlog.c to create src/backend/postmaster/startup.c 2011-11-02 14:25:01 +00:00
autovacuum.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
bgwriter.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
checkpointer.c Replace XLogRecPtr struct with a 64-bit integer. 2012-06-24 19:19:45 +03:00
fork_process.c Support Linux's oom_score_adj API as well as the older oom_adj API. 2012-06-13 15:35:52 -04:00
pgarch.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
pgstat.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
postmaster.c Remove support for using wait3() in place of waitpid(). 2012-07-05 14:00:40 -04:00
startup.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
syslogger.c Unify calling conventions for postgres/postmaster sub-main functions 2012-06-25 21:30:12 +03:00
walwriter.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00