aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2021-06-02 12:20:15 +0900
committerFujii Masao <fujii@postgresql.org>2021-06-02 12:20:15 +0900
commitdf466d30c6caa02e2215595fd83ca70be3199cec (patch)
tree42538df04e6f6fddd9e87a56877f54c124c44206
parent6bbc5c5e96b08f6b8c7d28d10ed8dfe6c49dca30 (diff)
downloadpostgresql-df466d30c6caa02e2215595fd83ca70be3199cec.tar.gz
postgresql-df466d30c6caa02e2215595fd83ca70be3199cec.zip
Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.
The regression test 013_crash_restart.pl included "use Time::HiRes qw(usleep)", but the usleep was not used there. Author: Fujii Masao Reviewed-by: Kyotaro Horiguchi Discussion: https://postgr.es/m/63ad1368-18e2-8900-8443-524bdfb1bef5@oss.nttdata.com
-rw-r--r--src/test/recovery/t/013_crash_restart.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/recovery/t/013_crash_restart.pl b/src/test/recovery/t/013_crash_restart.pl
index 66e43ffbe8d..e1c36abe97a 100644
--- a/src/test/recovery/t/013_crash_restart.pl
+++ b/src/test/recovery/t/013_crash_restart.pl
@@ -17,7 +17,6 @@ use PostgresNode;
use TestLib;
use Test::More;
use Config;
-use Time::HiRes qw(usleep);
plan tests => 18;