[COMMITTERS] pgsql: Make PostgresNode.pm check server status more carefully.

2017-04-22 Thread Tom Lane
Make PostgresNode.pm check server status more carefully. PostgresNode blithely ignored the exit status of pg_ctl, and in general made no effort to be sure that the server was running when it should be. This caused it to miss server crashes, which is a serious shortcoming in a test scaffold. Make

[COMMITTERS] pgsql: Make PostgresNode.pm check server status more carefully.

2017-04-22 Thread Tom Lane
Make PostgresNode.pm check server status more carefully. PostgresNode blithely ignored the exit status of pg_ctl, and in general made no effort to be sure that the server was running when it should be. This caused it to miss server crashes, which is a serious shortcoming in a test scaffold. Make