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

Started by Peter Eisentrautover 17 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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)