If pg_ctl stop fails, print an error message and exit (instead of going out
authorPeter Eisentraut <[email protected]>
Tue, 25 Nov 2008 11:49:35 +0000 (11:49 +0000)
committerPeter Eisentraut <[email protected]>
Tue, 25 Nov 2008 11:49:35 +0000 (11:49 +0000)
commit082e9e376d395f7e6a99cf57c4cbeae199847d6f
tree6ae7d525190413a22af62691737c1a62cd45c618
parent28b18ac0bb464f055091252b4b2c1d75ea55cea2
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.
src/test/regress/pg_regress.c