pgsql: Simplify Perl chmod calls

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Simplify Perl chmod calls
Дата
Msg-id E1ZV9kG-0007bd-JK@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Simplify Perl chmod calls
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Add missing_ok option to the SQL functions for reading files.