pgsql: Make all Perl warnings fatal, catch-up

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make all Perl warnings fatal, catch-up
Date: 2024-05-15 08:14:14
Message-ID: E1s79mA-000JAQ-Hw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make all Perl warnings fatal, catch-up

Apply c5385929593 to new Perl files that had missed the note.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cc70e170c0213977c106a61c8cedeaac83136c3d

Modified Files
--------------
src/bin/pg_walsummary/t/001_basic.pl | 2 +-
src/bin/pg_walsummary/t/002_blocks.pl | 2 +-
src/common/unicode/generate-unicode_case_table.pl | 2 +-
src/test/modules/test_json_parser/t/001_test_json_parser_incremental.pl | 2 +-
src/test/modules/test_json_parser/t/002_inline.pl | 2 +-
src/test/modules/test_json_parser/t/003_test_semantic.pl | 2 +-
src/test/modules/test_json_parser/t/004_test_parser_perf.pl | 2 +-
src/test/modules/test_misc/t/005_timeouts.pl | 2 +-
src/test/recovery/t/040_standby_failover_slots_sync.pl | 2 +-
src/test/recovery/t/041_checkpoint_at_promote.pl | 2 +-
src/test/recovery/t/042_low_level_backup.pl | 2 +-
11 files changed, 11 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-05-15 09:05:29 pgsql: Remove stray blank line among gram.y keywords
Previous Message Peter Eisentraut 2024-05-15 06:15:37 Re: pgsql: Fix overread in JSON parsing errors for incomplete byte sequence