pgsql: Fix perltidy breaking perlcritic

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix perltidy breaking perlcritic
Date: 2022-09-08 09:23:09
Message-ID: E1oWDka-001ygS-TB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-09-08 09:45:39 pgsql: Fix recovery_prefetch with low maintenance_io_concurrency.
Previous Message Amit Kapila 2022-09-08 09:21:14 Re: pgsql: Raise a warning if there is a possibility of data from multiple

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2022-09-08 09:26:06 Re: Convert *GetDatum() and DatumGet*() macros to inline functions
Previous Message Drouvot, Bertrand 2022-09-08 09:06:51 Re: [PATCH] Query Jumbling for CALL and SET utility statements