pgsql: Remove support for on_exit()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove support for on_exit()
Дата
Msg-id E1RfcFO-0002Pc-Ru@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Run "make all" as a prerequisite of "make check"
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Standardize treatment of strcmp() return value