pgsql: Another fix for pg_regress: Replace exit_nicely() with exit() pl

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Another fix for pg_regress: Replace exit_nicely() with exit() pl
Date: 2012-01-02 21:30:38
Message-ID: E1RhpSo-0005Ed-2i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Another fix for pg_regress: Replace exit_nicely() with exit() plus
atexit() hook

Branch
------
master

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

Modified Files
--------------
src/test/isolation/isolation_main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-01-02 21:37:26 Re: [COMMITTERS] pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Previous Message Andrew Dunstan 2012-01-02 20:55:11 Re: pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook