remove_unnecessary_hires_usleep_v1.patch

text/plain

Filename: remove_unnecessary_hires_usleep_v1.patch
Type: text/plain
Part: 1
Message: Re: pg_get_wal_replay_pause_state() should not return 'paused' while a promotion is ongoing.

Patch

Format: unified
Series: patch v1
File+
src/test/recovery/t/013_crash_restart.pl 0 1
diff --git a/src/test/recovery/t/013_crash_restart.pl b/src/test/recovery/t/013_crash_restart.pl
index 66e43ffbe8..e1c36abe97 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;