]> granicus.if.org Git - postgresql/commit
Remove support for using wait3() in place of waitpid().
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Jul 2012 18:00:40 +0000 (14:00 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 5 Jul 2012 18:00:40 +0000 (14:00 -0400)
commitfc548b2296df3fe039bf68e196bfd883338e0faa
tree803b9f418066fa8c722839843981c3fac1908579
parent666d494d19dbd5dc7a177709a2f7069913f8ab89
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.
configure
configure.in
src/backend/postmaster/postmaster.c
src/include/pg_config.h.in
src/include/pg_config.h.win32