pgsql: Add "%option warn" to all flex input files that lacked it.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add "%option warn" to all flex input files that lacked it.
Дата
Msg-id E1Qwe9z-0007HA-UU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add "%option warn" to all flex input files that lacked it.

This is recommended in the flex manual, and there seems no good reason
not to use it everywhere.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2e95f1f002bc3f0504dffa6d9ffed0dc914ecec1

Modified Files
--------------
contrib/cube/cubescan.l             |    1 +
contrib/seg/segscan.l               |    1 +
src/backend/bootstrap/bootscanner.l |    1 +
src/backend/utils/misc/guc-file.l   |    1 +
src/bin/psql/psqlscan.l             |    1 +
src/interfaces/ecpg/preproc/pgc.l   |    1 +
src/test/isolation/specscanner.l    |    5 +++--
7 files changed, 9 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Change format of SQL/MED generic options in psql backslash comma
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix psql lexer to avoid use of backtracking.