Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit750c59d

Browse files
committed
Fix mistake in comment
The node->restart() function doesn't take a mode argument.
1 parentda0dbea commit750c59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/perl/PostgresNode.pm

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp