pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Дата
Msg-id E1RhoFP-0003fK-Lo@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
pg_regress: Replace exit_nicely() with exit() plus atexit() hook

Branch
------
master

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

Modified Files
--------------
src/interfaces/ecpg/test/pg_regress_ecpg.c |    6 +-
src/test/regress/pg_regress.c              |  101 +++++++++++++---------------
src/test/regress/pg_regress.h              |    1 -
src/test/regress/pg_regress_main.c         |    2 +-
4 files changed, 50 insertions(+), 60 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix coerce_to_target_type for coerce_type's klugy handling of CO
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook