Remove support for on_exit()

Peter Eisentraut <peter_e@gmx.net>

Commit: d383c23f6fbc4a79dae66483cf4f7051121008ad
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-12-27T18:57:59Z
Releases: 9.2.0
Remove support for on_exit()

All supported platforms support the C89 standard function atexit()
(SunOS 4 probably being the last one not to), and supporting both
makes the code clumsy.

Files

PathChange+/−
configure modified +0 −209
configure.in modified +0 −5
contrib/pg_upgrade/server.c modified +0 −8
src/backend/storage/ipc/ipc.c modified +2 −21
src/bin/psql/input.c modified +0 −13
src/include/pg_config.h.in modified +0 −6
src/include/pg_config.h.win32 modified +0 −6