[PATCH] Clear up perlcritic 'missing return' warning - Mailing list pgsql-hackers

From Mike Blackwell
Subject [PATCH] Clear up perlcritic 'missing return' warning
Date
Msg-id CAESHdJpfFm_9wQnQ3koY3c91FoRQsO-fh02za9R3OEMndOn84A@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Clear up perlcritic 'missing return' warning  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
This is the first in a series of patches to reduce the number of warnings from perlcritic.   The current plan is to submit a separate patch for each warning or small set of related warnings, to make reviewing more straightforward.

This particular patch addresses the warning caused by falling off the end of a subroutine rather than explicitly returning.  It also contains additions to the perlcritic configuration file to ignore a couple of warnings that seem acceptable, bringing it in line with the buildfarm's configuration for those warnings.

Thanks to Andrew for assistance getting my environment set up.

Mike Blackwell
Attachment

pgsql-hackers by date:

Previous
From: Euler Taveira
Date:
Subject: Re: Add --include-table-data-where option to pg_dump, to export onlya subset of table data
Next
From: Andres Freund
Date:
Subject: Re: Postgres, fsync, and OSs (specifically linux)