We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da65a3 commit c7d7e12Copy full SHA for c7d7e12
src/test/recovery/t/013_crash_restart.pl
@@ -28,7 +28,7 @@
28
$node->init(allows_streaming => 1);
29
$node->start();
30
31
-# by default PostgreSQL::Test::Cluster doesn't doesn't restart after a crash
+# by default PostgreSQL::Test::Cluster doesn't restart after a crash
32
$node->safe_psql(
33
'postgres',
34
q[ALTER SYSTEM SET restart_after_crash = 1;
0 commit comments