pgsql: If pg_ctl stop fails, print an error message and exit (instead of

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If pg_ctl stop fails, print an error message and exit (instead of
Date: 2008-11-25 11:49:35
Message-ID: 20081125114935.7CAA57545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
If pg_ctl stop fails, print an error message and exit (instead of going out
of our way to ignore the exit status). If this ever really happens, worst
case you will not see the "score" at the bottom of the test run.

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.50 -> r1.51)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.50&r2=1.51)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2008-11-25 12:26:41 Re: Re: [COMMITTERS] pgsql: Silence compiler warning about ignored return value.
Previous Message Magnus Hagander 2008-11-25 06:00:02 Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.