pgsql: Add a script to detect perl compile time errors and warnings

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Add a script to detect perl compile time errors and warnings
Дата
Msg-id E1fSRz5-0001pb-T1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a script to detect perl compile time errors and warnings

Also add a function that centralizes the logic for locating all our perl
files and use it in pgperlcritic and pgperltidy as well as the new
pgperlcheck.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/af616ce48347c68af7bdcfe0e62d9ad601cb8d75

Modified Files
--------------
src/tools/perlcheck/find_perl_files | 15 +++++++++++++++
src/tools/perlcheck/pgperlsyncheck  | 16 ++++++++++++++++
src/tools/pgindent/pgperltidy       | 14 +++-----------
src/tools/pgperlcritic/pgperlcritic | 14 +++-----------
4 files changed, 37 insertions(+), 22 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix run-time partition pruning code to handle NULL valuesproper
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Don't needlessly check the partition contraint twice