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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Replace the confusing exit_nicely() by an atexit/on_exit hook
Date: 2011-04-06 20:01:26
Message-ID: E1Q7Yus-0006mS-4s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-04-06 20:19:34 pgsql: Update regression test files for PL/Python traceback patch
Previous Message Peter Eisentraut 2011-04-06 19:37:22 pgsql: Add traceback information to PL/Python errors