pgsql: Standardize order of use strict and use warnings in Perl code

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Standardize order of use strict and use warnings in Perl code
Дата
Msg-id E1kKNOg-0007PP-L9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Standardize order of use strict and use warnings in Perl code

The standard order in PostgreSQL and other code is use strict first,
but some code was uselessly inconsistent about this.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/80fc96eceb817d89cdd11c02c8ab913c8d060a3e

Modified Files
--------------
doc/src/sgml/generate-errcodes-table.pl          | 2 +-
src/backend/parser/check_keywords.pl             | 2 +-
src/backend/storage/lmgr/generate-lwlocknames.pl | 2 +-
src/backend/utils/generate-errcodes.pl           | 2 +-
src/pl/plpgsql/src/generate-plerrcodes.pl        | 2 +-
src/pl/plpython/generate-spiexceptions.pl        | 2 +-
src/pl/tcl/generate-pltclerrcodes.pl             | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix checksum calculation in the new sorting GiST build.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Copy editing: fix a bunch of misspellings and poor wording.