pgsql: Add a script to detect perl compile time errors and warnings - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Add a script to detect perl compile time errors and warnings
Date
Msg-id E1fSRz5-0001pb-T1@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix run-time partition pruning code to handle NULL valuesproper
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Don't needlessly check the partition contraint twice