pgsql: Another fix for pg_regress: Replace exit_nicely() with exit() pl - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Another fix for pg_regress: Replace exit_nicely() with exit() pl
Date
Msg-id E1RhpSo-0005Ed-2i@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Support for building with MS Visual Studio 2010.