pgsql: Exclude files in .git from list of perl files - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Exclude files in .git from list of perl files
Date
Msg-id E1fSoTl-0005YB-KJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Exclude files in .git from list of perl files

The .git directory might contain perl files, as hooks, for example.
Since we have no control over these they should be excluded from things
like our perlcritic checks.

Per offline report from Mike Blackwell.

Branch
------
master

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

Modified Files
--------------
src/tools/perlcheck/find_perl_files | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix bugs in vacuum of shared rels,by keeping their relcache ent
Next
From: Tatsuo Ishii
Date:
Subject: Re: pgsql: Convert debug message from ereport to elog