Remove support for on_exit()
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Dec 2011 18:57:59 +0000 (20:57 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 27 Dec 2011 18:57:59 +0000 (20:57 +0200)
commitd383c23f6fbc4a79dae66483cf4f7051121008ad
tree82864f71bb4c14151edaa9fd9d8e7ab2372f26ae
parentc317a3ac167d36244e8dd5add679b4e9ff36ea16
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.
configure
configure.in
contrib/pg_upgrade/server.c
src/backend/storage/ipc/ipc.c
src/bin/psql/input.c
src/include/pg_config.h.in
src/include/pg_config.h.win32