projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6da65a3
)
Remove duplicated word in comment
author
Daniel Gustafsson
Wed, 23 Feb 2022 13:23:50 +0000
(14:23 +0100)
committer
Daniel Gustafsson
Wed, 23 Feb 2022 13:23:50 +0000
(14:23 +0100)
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/
B7C15416
-BD61-4926-9843-
5C557BCD7007
@yesql.se
src/test/recovery/t/013_crash_restart.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/test/recovery/t/013_crash_restart.pl
b/src/test/recovery/t/013_crash_restart.pl
index be31de37c5467c493de9f90f0ef3e056b4738a6e..3976e339c0655f322ba8b22a238f90687c13cac3 100644
(file)
--- a/
src/test/recovery/t/013_crash_restart.pl
+++ b/
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->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(
'postgres',
q[ALTER SYSTEM SET restart_after_crash = 1;