diff --git a/src/test/perl/PostgresNode.pm b/src/test/perl/PostgresNode.pm index 053c5ea78720d1eb7b9607c376c9161443eb81f4..868492b615233c3b060df65198593bfdb647068d 100644 --- a/src/test/perl/PostgresNode.pm +++ b/src/test/perl/PostgresNode.pm @@ -19,7 +19,7 @@ PostgresNode - class representing PostgreSQL server instance # Change a setting and restart $node->append_conf('postgresql.conf', 'hot_standby = on'); - $node->restart('fast'); + $node->restart(); # run a query with psql, like: # echo 'SELECT 1' | psql -qAXt postgres -v ON_ERROR_STOP=1