Commit 750c59d7 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix mistake in comment

The node->restart() function doesn't take a mode argument.
parent da0dbea9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment