mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Remove duplicated word in comment
Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/B7C15416-BD61-4926-9843-5C557BCD7007@yesql.se
This commit is contained in:
parent
6da65a3f9a
commit
c7d7e12039
@ -28,7 +28,7 @@ my $node = PostgreSQL::Test::Cluster->new('primary');
|
|||||||
$node->init(allows_streaming => 1);
|
$node->init(allows_streaming => 1);
|
||||||
$node->start();
|
$node->start();
|
||||||
|
|
||||||
# by default PostgreSQL::Test::Cluster doesn't doesn't restart after a crash
|
# by default PostgreSQL::Test::Cluster doesn't restart after a crash
|
||||||
$node->safe_psql(
|
$node->safe_psql(
|
||||||
'postgres',
|
'postgres',
|
||||||
q[ALTER SYSTEM SET restart_after_crash = 1;
|
q[ALTER SYSTEM SET restart_after_crash = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user