pgsql: Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary use of Time::HiRes from 013_crash_restart.pl.
Date: 2021-06-02 03:20:51
Message-ID: E1loHR5-0003G9-Ti@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/df466d30c6caa02e2215595fd83ca70be3199cec

Modified Files
--------------
src/test/recovery/t/013_crash_restart.pl | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-02 14:44:22 pgsql: Teach tab-complete.c about recently-added CREATE TYPE options.
Previous Message Noah Misch 2021-06-02 01:08:20 pgsql: Fix missing gettimeofday() declaration.