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

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

From
Peter Eisentraut
Date:
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(-)


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

From
Andrew Dunstan
Date:

On 01/02/2012 03:12 PM, Peter Eisentraut wrote:
> pg_regress: Replace exit_nicely() with exit() plus atexit() hook
>

This appears to have broken the buildfarm.

cheers

andrew