PostgresNode: initialize $timed_out if passed
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 28 Mar 2016 22:17:06 +0000 (19:17 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 28 Mar 2016 22:17:06 +0000 (19:17 -0300)
commit9bd61311bd48ea53b18bfecb9adddfd844acbffa
tree29f66a45a61d43e5863a2dc153b02455a816756c
parent80b986cf528c912f4efc2b0e9f03611f0f15f4df
PostgresNode: initialize $timed_out if passed

Corrects an oversight in 2c83f435a3 where the $timed_out reference var
isn't initialized; using it would require the caller to initialize it
beforehand, which is cumbersome.

Author: Craig Ringer
src/test/perl/PostgresNode.pm