pgsql: Silence perl critic

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Silence perl critic
Date: 2025-03-15 21:44:26
Message-ID: E1ttZIw-002ekb-19@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Silence perl critic

Commit 27bdec06841 uses a loop variable that is not strictly local to
the loop. Perlcritic disapproves, and there's really no reason as the
variable is not used outside the loop.

Per buildfarm animals koel and crake.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5eabd91a83adae75f53b61857343660919fef4c7

Modified Files
--------------
src/common/unicode/generate-unicode_case_table.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-03-16 02:18:20 pgsql: localbuf: Introduce TerminateLocalBufferIO()
Previous Message Jeff Davis 2025-03-15 20:04:41 pgsql: Optimization for lower(), upper(), casefold() functions.