postgresql/contrib/bloom
Andrew Dunstan 3a7cc727c7 Don't fall off the end of perl functions
This complies with the perlcritic policy
Subroutines::RequireFinalReturn, which is a severity 4 policy. Since we
only currently check at severity level 5, the policy is raised to that
level until we move to level 4 or lower, so that any new infringements
will be caught.

A small cosmetic piece of tidying of the pgperlcritic script is
included.

Mike Blackwell

Discussion: https://postgr.es/m/CAESHdJpfFm_9wQnQ3koY3c91FoRQsO-fh02za9R3OEMndOn84A@mail.gmail.com
2018-05-27 09:08:42 -04:00
..
expected Add more tests for reloptions 2017-10-19 14:22:05 +02:00
sql Add more tests for reloptions 2017-10-19 14:22:05 +02:00
t Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
Makefile Bloom index contrib module 2016-04-01 16:42:24 +03:00
blcost.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
blinsert.c Fix errors in contrib/bloom index build. 2018-03-22 13:14:07 -04:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
blscan.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
blutils.c Indexes with INCLUDE columns and their support in B-tree 2018-04-07 23:00:39 +03:00
blvacuum.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
blvalidate.c Update copyright for 2018 2018-01-02 23:30:12 -05:00