$killme,
$psql_timeout,
\$killme_stderr,
- qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly|connection to server was lost/m
+ qr/WARNING: terminating connection because of unexpected SIGQUIT signal|server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
),
"psql query died successfully after SIGQUIT");
$killme_stderr = '';
$monitor,
$psql_timeout,
\$monitor_stderr,
- qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly|connection to server was lost/m
+ qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
),
"psql monitor died successfully after SIGQUIT");
$monitor->finish;
$killme,
$psql_timeout,
\$killme_stderr,
- qr/server closed the connection unexpectedly|connection to server was lost/m
+ qr/server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
),
"psql query died successfully after SIGKILL");
$killme->finish;
$monitor,
$psql_timeout,
\$monitor_stderr,
- qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly|connection to server was lost/m
+ qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
),
"psql monitor died successfully after SIGKILL");
$monitor->finish;