pgsql: Make Perl warnings fatal in newly added TAP tests

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make Perl warnings fatal in newly added TAP tests
Date: 2024-01-03 12:20:10
Message-ID: E1rL0ED-00DHGF-J2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make Perl warnings fatal in newly added TAP tests

New TAP tests added by commits 9a17be1e and 4710b67d missed to convert
warnings to FATAL. This commit fixes that.

Author: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ce5aef2e6337a5c1f6693c486c28310c2b35dfc

Modified Files
--------------
contrib/pg_stat_statements/t/010_restart.pl | 2 +-
src/bin/pg_upgrade/t/004_subscription.pl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-01-03 12:20:43 Re: pgsql: Make all Perl warnings fatal
Previous Message Peter Eisentraut 2024-01-03 12:14:44 Re: pgsql: Follow-up fixes for "Make all Perl warnings fatal"