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

From [email protected] (Peter Eisentraut)
Subject pgsql: If pg_ctl stop fails, print an error message and exit (instead of
Date
Msg-id [email protected]
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: [email protected] (Magnus Hagander)
Date:
Subject: pgsql: Disable FNM_CASEFOLD.
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Omit src/port/pipe.c on non-Windows platforms.