postgresql/contrib/intarray
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
..
bench Make all Perl warnings fatal 2023-12-29 18:20:00 +01:00
data
expected Fix another bug in parent page splitting during GiST index build. 2023-09-26 14:14:49 +03:00
sql Fix another bug in parent page splitting during GiST index build. 2023-09-26 14:14:49 +03:00
_int_bool.c Convert contrib/intarray's bqarr_in() to report errors softly 2022-12-28 10:00:12 -05:00
_int_gin.c
_int_gist.c intarray: Prevent out-of-bound memory reads with gist__int_ops 2023-06-15 13:45:34 +09:00
_int_op.c
_int_selfuncs.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
_int_tool.c Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
_int.h Fix typos in comments 2023-05-02 12:23:08 +09:00
_intbig_gist.c Remove unnecessary pfree() in g_intbig_compress(). 2023-07-13 13:07:51 -04:00
.gitignore
intarray--1.0--1.1.sql
intarray--1.1--1.2.sql
intarray--1.2--1.3.sql
intarray--1.2.sql
intarray--1.3--1.4.sql
intarray--1.4--1.5.sql
intarray.control
Makefile
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00