pgsql: Make all Perl warnings fatal, catch-up - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make all Perl warnings fatal, catch-up
Date
Msg-id E1s79mA-000JAQ-Hw@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add missing newline at the end of index_including.sql
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Remove stray blank line among gram.y keywords