pgsql: Add missing FATAL => 'all' to a use warnings in Perl

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add missing FATAL => 'all' to a use warnings in Perl
Date: 2024-10-29 09:33:32
Message-ID: E1t5ibV-002zOJ-Cw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing FATAL => 'all' to a use warnings in Perl

Author: Anton Voloshin <a(dot)voloshin(at)postgrespro(dot)ru>
Discussion: https://www.postgresql.org/message-id/aa8a55d5-554a-4027-a491-1b0ca7c85f7a@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/014720c6d9fb1285846f0b7cc1c80bdbe887a743

Modified Files
--------------
src/test/modules/test_misc/t/006_signal_autovacuum.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2024-10-29 10:28:35 pgsql: Doc: add detail about EXPLAIN's "Disabled" property
Previous Message Michael Paquier 2024-10-29 06:35:49 pgsql: doc: Add better description for rewrite functions in event trigg