postgresql/src/backend/storage
Peter Eisentraut c538592959 Make all Perl warnings fatal
There are a lot of Perl scripts in the tree, mostly code generation
and TAP tests.  Occasionally, these scripts produce warnings.  These
are probably always mistakes on the developer side (true positives).
Typical examples are warnings from genbki.pl or related when you make
a mess in the catalog files during development, or warnings from tests
when they massage a config file that looks different on different
hosts, or mistakes during merges (e.g., duplicate subroutine
definitions), or just mistakes that weren't noticed because there is a
lot of output in a verbose build.

This changes all warnings into fatal errors, by replacing

    use warnings;

by

    use warnings FATAL => 'all';

in all Perl files.

Discussion: https://www.postgresql.org/message-id/flat/06f899fd-1826-05ab-42d6-adeb1fd5e200%40eisentraut.org
2023-12-29 18:20:00 +01:00
..
buffer Refactor pgstat_prepare_io_time() with an input argument instead of a GUC 2023-12-16 20:16:20 +01:00
file Fix brown paper bag bug in 5c47c6546c. 2023-12-19 15:00:23 -05:00
freespace ExtendBufferedWhat -> BufferManagerRelation. 2023-08-23 12:31:23 +12:00
ipc Add support for incremental backup. 2023-12-20 09:49:12 -05:00
large_object Fix bugs in manipulation of large objects. 2023-12-15 13:55:05 -05:00
lmgr Make all Perl warnings fatal 2023-12-29 18:20:00 +01:00
page Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 2023-04-08 16:34:50 +12:00
smgr Provide vectored variants of smgrread() and smgrwrite(). 2023-12-18 15:01:50 +13:00
sync Remove a few unused global variables and declarations. 2023-06-12 16:25:37 +03:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00