pgsql: Make all Perl warnings fatal in 043_wal_replay_wait.pl - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Make all Perl warnings fatal in 043_wal_replay_wait.pl
Date
Msg-id E1t3C4w-001taY-ND@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix C23 compiler warning
Next
From: Pavel Borisov
Date:
Subject: Re: pgsql: Implement pg_wal_replay_wait() stored procedure