]> granicus.if.org Git - postgresql/commit
If pg_ctl stop fails, print an error message and exit (instead of going out
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 25 Nov 2008 11:49:35 +0000 (11:49 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 25 Nov 2008 11:49:35 +0000 (11:49 +0000)
commit45fe3afc04438bd11aee7df0b6cc250ef017d3da
tree94be755eb7ca3368ec2b4e0b667ab058d808e313
parent47ed197c37c804ef4851458506410deb3ae7c2ea
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