pgsql: Tweak new Perl pgindent for compatibility with middle-aged Perls

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Tweak new Perl pgindent for compatibility with middle-aged Perls
Дата
Msg-id E1SyriC-0005vW-E9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Tweak new Perl pgindent for compatibility with middle-aged Perls.

We seem to have a rough policy that our Perl scripts should work with
Perl 5.8, so make this one do so.  Main change is to not use the newfangled
\h character class in regexes; "[ \t]" is a serviceable replacement.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5078be480412790e4f1b2aeda04f8c65fc7a3b93

Modified Files
--------------
src/tools/pgindent/pgindent |   44 +++++++++++++++++++++---------------------
1 files changed, 22 insertions(+), 22 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix memory leaks in event trigger code.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Replace pgindent shell script with Perl script. Update perltidy