pgsql: Simplify Perl chmod calls - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Simplify Perl chmod calls
Date
Msg-id E1ZV9kG-0007be-JP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Simplify Perl chmod calls

The Perl chmod function already takes multiple file arguments, so we
don't need a separate looping function.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/aed688eb730f0e46bc7950589d7577db6bb2d724

Modified Files
--------------
src/test/ssl/ServerSetup.pm |   16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Simplify Perl chmod calls