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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Replace the confusing exit_nicely() by an atexit/on_exit hook
Дата
Msg-id E1Q7Yus-0006mS-4s@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add traceback information to PL/Python errors
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Update regression test files for PL/Python traceback patch