pgsql: PostgresNode: initialize $timed_out if passed

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: PostgresNode: initialize $timed_out if passed
Дата
Msg-id E1akgwK-0005cE-OI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Mention BRIN as able to do multi-column indexes
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: pgbench: Support double constants and functions.