We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5f399 commit d2d7163Copy full SHA for d2d7163
src/test/perl/PostgresNode.pm
@@ -19,7 +19,7 @@ PostgresNode - class representing PostgreSQL server instance
19
20
# Change a setting and restart
21
$node->append_conf('postgresql.conf', 'hot_standby = on');
22
- $node->restart('fast');
+ $node->restart();
23
24
# run a query with psql, like:
25
# echo 'SELECT 1' | psql -qAXt postgres -v ON_ERROR_STOP=1
0 commit comments