pgsql: Stop requiring an explicit return from perl subroutines - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Stop requiring an explicit return from perl subroutines
Date
Msg-id E1jOSh1-0001vU-A4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Stop requiring an explicit return from perl subroutines

The consensus of the project appears to be that this provides little
benefit and is simply an annoyance.

Discussion: https://postgr.es/m/27481.1586618092@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0516f94d18c57cc5dce72ff8fb84a05d24a67063

Modified Files
--------------
src/tools/perlcheck/perlcriticrc | 4 ----
1 file changed, 4 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Set Perl search path more idiomatically
Next
From: Tom Lane
Date:
Subject: pgsql: Account for collation when coercing the output of a SQL function