Remove duplicated word in comment

Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/B7C15416-BD61-4926-9843-5C557BCD7007@yesql.se
pull/78/head
Daniel Gustafsson 4 years ago
parent 6da65a3f9a
commit c7d7e12039
  1. 2
      src/test/recovery/t/013_crash_restart.pl

@ -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…
Cancel
Save