Re: [PATCH] Clear up perlcritic 'missing return' warning
Alvaro Herrera <alvherre@2ndquadrant.com>
From: Alvaro Herrera <alvherre@2ndquadrant.com>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Cc: Mike Blackwell <maiku41@gmail.com>, Michael Paquier <michael@paquier.xyz>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-06-11T16:34:39Z
Lists: pgsql-hackers
On 2018-May-26, Andrew Dunstan wrote: > Not quite trivial but it's done - see <https://github.com/PGBuildFarm/client-code/commit/92f94ba7df8adbcbdb08f0138d8b5e686611ba1f>. > > crake is now set up to run this - see <https://buildfarm.postgresql.org/cgi-bin/show_stage_log.pl?nm=crake&dt=2018-05-26%2014%3A32%3A19&stg=perl-check> > > So, are there any other objections? > > The patch Mike supplied doesn't give us a clean run (at least on the machine > I tested on), since it turns down the severity level to 4 but leaves some > items unfixed. I propose to enable this policy at level 5 for now, and then > remove that when we can go down to level 4 cleanly, and use its default > setting at that stage. Just to be clear -- this is done, right? And we plan no further enhancements in perlcritic area for pg11? -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Don't fall off the end of perl functions
- 3a7cc727c7c5 11.0 landed