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@postgresql.org>
> Date: Tue Apr 2 22:48:03 2024
>
> Implement pg_wal_replay_wait() stored procedure
>
> and
>
> commit d2b74882cab84b9f4fdce0f2f32e892ba9164f5c
> Author: Michael Paquier <michael@paquier.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.