pgsql: Add a script to detect perl compile time errors and warnings

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add a script to detect perl compile time errors and warnings
Date: 2018-06-11 18:56:07
Message-ID: E1fSRz5-0001pb-T1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add a script to detect perl compile time errors and warnings

Also add a function that centralizes the logic for locating all our perl
files and use it in pgperlcritic and pgperltidy as well as the new
pgperlcheck.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/af616ce48347c68af7bdcfe0e62d9ad601cb8d75

Modified Files
--------------
src/tools/perlcheck/find_perl_files | 15 +++++++++++++++
src/tools/perlcheck/pgperlsyncheck | 16 ++++++++++++++++
src/tools/pgindent/pgperltidy | 14 +++-----------
src/tools/pgperlcritic/pgperlcritic | 14 +++-----------
4 files changed, 37 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-06-11 21:12:53 pgsql: Don't needlessly check the partition contraint twice
Previous Message Andres Freund 2018-06-11 16:49:52 Re: pgsql: Fix and document lock handling for in-memory replication slot da