automating perl compile time checking

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: automating perl compile time checking
Date: 2018-06-05 14:31:52
Message-ID: f3c12e2c-618f-cb6f-082b-a2f604dbe73f@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Here is a follow up patch to last weeks commit allowing all perl files
to be checked clean for compile time errors and warnings.

The patch contains a simple script to run the checks. The code that
finds perl files is put in a function in a single file that is sourced
by the three locations that need it.

The directory pgperlcritic is renamed to perlcheck, as it not contains
the new script as well as pgperlcritic.

cheers

andrew

--
Andrew Dunstan https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
0001-Extend-and-slightly-refactor-perl-checking.patch text/x-patch 4.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Khandekar 2018-06-05 14:33:39 Re: Concurrency bug in UPDATE of partition-key
Previous Message Pavel Stehule 2018-06-05 14:30:17 Re: plans for PostgreSQL 12