diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-02-23 14:23:50 +0100 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2022-02-23 14:23:50 +0100 |
commit | c7d7e1203958952e0ef67d336c58f1e7094e7634 (patch) | |
tree | 1ba128a8bd2729b9df64480a4c60c1c75b9f859a | |
parent | 6da65a3f9a9deae4fdcc768c612b0c8f52759f75 (diff) | |
download | postgresql-c7d7e1203958952e0ef67d336c58f1e7094e7634.tar.gz postgresql-c7d7e1203958952e0ef67d336c58f1e7094e7634.zip |
Remove duplicated word in comment
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/B7C15416-BD61-4926-9843-5C557BCD7007@yesql.se
-rw-r--r-- | src/test/recovery/t/013_crash_restart.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/013_crash_restart.pl b/src/test/recovery/t/013_crash_restart.pl index be31de37c54..3976e339c06 100644 --- 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; |