pgsql: Simplify the process of perltidy'ing our Perl files.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Simplify the process of perltidy'ing our Perl files.
Дата
Msg-id E1bZJsF-0004Zk-Lb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Simplify the process of perltidy'ing our Perl files.

Wrap the perltidy invocation into a shell script to reduce the risk of
copy-and-paste errors.  Include removal of *.bak files in the script,
so they don't accidentally get committed.  Improve the directions in
the README file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/05d8dec690e9719ff9a1830f5492864104275b5e

Modified Files
--------------
src/tools/pgindent/README                | 148 +++++++++++++++++++------------
src/tools/pgindent/exclude_file_patterns |   2 +-
src/tools/pgindent/pgperltidy            |  23 +++++
3 files changed, 114 insertions(+), 59 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove bogus dependencies on NUMERIC_MAX_PRECISION.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Final pgindent + perltidy run for 9.6.