Обсуждение: pgsql: Standardize order of use strict and use warnings in Perl code

Поиск
Список
Период
Сортировка

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

От
Peter Eisentraut
Дата:
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(-)