Re: Make all Perl warnings fatal

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Anton Voloshin <a(dot)voloshin(at)postgrespro(dot)ru>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz>, Alexander Korotkov <akorotkov(at)postgresql(dot)org>
Subject: Re: Make all Perl warnings fatal
Date: 2024-10-29 09:34:09
Message-ID: a9487458-6263-464c-9d70-e46e41079ee8@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 22.10.24 11:25, Anton Voloshin wrote:
> Hello,
>
> On 18/01/2024 10:52, Peter Eisentraut wrote:
> > Committed, thanks.
>
> since this patch two .pl files without FATAL in "use warnings" have been
> committed to master:
> src/test/recovery/t/043_wal_replay_wait.pl
> src/test/modules/test_misc/t/006_signal_autovacuum.pl
>
> They come from
> commit 06c418e163e913966e17cb2d3fb1c5f8a8d58308
> Author: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
> Date:   Tue Apr 2 22:48:03 2024
>
>     Implement pg_wal_replay_wait() stored procedure
>
> and
>
> commit d2b74882cab84b9f4fdce0f2f32e892ba9164f5c
> Author: Michael Paquier <michael(at)paquier(dot)xyz>
> Date:   Tue Jul 16 04:05:46 2024
>
>     Add tap test for pg_signal_autovacuum role
>
> An obvious patch adding FATAL => 'all' is attached.

Thanks, I committed the rest of this.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2024-10-29 09:35:57 Re: Pgoutput not capturing the generated columns
Previous Message Andrei Lepikhov 2024-10-29 09:24:18 Re: Alias of VALUES RTE in explain plan