Remove support for on_exit()
Peter Eisentraut <peter_e@gmx.net>
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
| Path | Change | +/− |
|---|---|---|
| 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 |