pgsql: Fix perltidy breaking perlcritic - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix perltidy breaking perlcritic
Date
Msg-id E1oWDka-001ygS-TB@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix perltidy breaking perlcritic  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Fix perltidy breaking perlcritic

perltidying a "##no critic" line moves the marker to where it becomes
useless.  Put the line back to how it was, and protect it from further
malfeasance.

Per buildfarm member crake.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/12d40d4a8d0495cf2c7b564daa8aaa7f107a6c56

Modified Files
--------------
src/backend/catalog/Catalog.pm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: Raise a warning if there is a possibility of data from multiple
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix recovery_prefetch with low maintenance_io_concurrency.