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

From petere@postgresql.org (Peter Eisentraut)
Subject pgsql: If pg_ctl stop fails, print an error message and exit (instead of
Date
Msg-id 20081125114935.7CAA57545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Disable FNM_CASEFOLD.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Omit src/port/pipe.c on non-Windows platforms.