Обсуждение: pgsql: Replace the confusing exit_nicely() by an atexit/on_exit hook

Поиск
Список
Период
Сортировка

pgsql: Replace the confusing exit_nicely() by an atexit/on_exit hook

От
Peter Eisentraut
Дата:
Replace the confusing exit_nicely() by an atexit/on_exit hook

Branch
------
master

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

Modified Files
--------------
contrib/pg_upgrade/check.c      |    2 +-
contrib/pg_upgrade/option.c     |   10 +++++-----
contrib/pg_upgrade/pg_upgrade.h |    1 -
contrib/pg_upgrade/server.c     |   34 +++++++++++++++++++++++++++++-----
contrib/pg_upgrade/util.c       |   33 ++-------------------------------
5 files changed, 37 insertions(+), 43 deletions(-)