pgsql: Simplify Perl chmod calls

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify Perl chmod calls
Date: 2015-08-28 02:50:24
Message-ID: E1ZV9kG-0007bd-JK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-08-28 12:39:26 Re: pgsql: Add missing_ok option to the SQL functions for reading files.
Previous Message Bruce Momjian 2015-08-27 17:43:23 pgsql: dblink docs: fix typo to use "connname" (3 n's), not "conname"