Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d2d7163

Browse files
committed
Fix mistake in comment
The node->restart() function doesn't take a mode argument.
1 parent 4b5f399 commit d2d7163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/perl/PostgresNode.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PostgresNode - class representing PostgreSQL server instance
1919
2020
# Change a setting and restart
2121
$node->append_conf('postgresql.conf', 'hot_standby = on');
22-
$node->restart('fast');
22+
$node->restart();
2323
2424
# run a query with psql, like:
2525
# echo 'SELECT 1' | psql -qAXt postgres -v ON_ERROR_STOP=1

0 commit comments

Comments
 (0)