pgsql: Make all Perl warnings fatal in 043_wal_replay_wait.pl

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make all Perl warnings fatal in 043_wal_replay_wait.pl
Date: 2024-10-22 10:25:30
Message-ID: E1t3C4w-001taY-ND@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make all Perl warnings fatal in 043_wal_replay_wait.pl

This file was committed after c5385929593, but accidentally missed changing
all warnings into fatal errors.

Reported-by: Anton Voloshin
Discussion: https://postgr.es/m/aa8a55d5-554a-4027-a491-1b0ca7c85f7a%40postgrespro.ru

Branch
------
master

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

Modified Files
--------------
src/test/recovery/t/043_wal_replay_wait.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Pavel Borisov 2024-10-22 13:30:20 Re: pgsql: Implement pg_wal_replay_wait() stored procedure
Previous Message Peter Eisentraut 2024-10-22 06:34:03 pgsql: Fix C23 compiler warning