mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 14:24:01 -05:00
Fix mistake in comment
The node->restart() function doesn't take a mode argument.
This commit is contained in:
parent
da0dbea9c3
commit
750c59d7ec
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue