pgsql: Remove support for on_exit()

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove support for on_exit()
Date: 2011-12-27 18:59:38
Message-ID: E1RfcFO-0002Pc-Ru@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d383c23f6fbc4a79dae66483cf4f7051121008ad

Modified Files
--------------
configure | 209 -----------------------------------------
configure.in | 5 -
contrib/pg_upgrade/server.c | 8 --
src/backend/storage/ipc/ipc.c | 23 +----
src/bin/psql/input.c | 13 ---
src/include/pg_config.h.in | 6 -
src/include/pg_config.h.win32 | 6 -
7 files changed, 2 insertions(+), 268 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-12-27 19:20:48 pgsql: Standardize treatment of strcmp() return value
Previous Message Peter Eisentraut 2011-12-27 18:30:26 pgsql: Run "make all" as a prerequisite of "make check"