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
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/9bd61311bd48ea53b18bfecb9adddfd844acbffa
Modified Files
--------------
src/test/perl/PostgresNode.pm | 2 ++
1 file changed, 2 insertions(+)