pgsql: Remove a couple other vestigial yylex() declarations.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove a couple other vestigial yylex() declarations.
Дата
Msg-id E1YcGlF-0000Us-Le@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove a couple other vestigial yylex() declarations.

These were workarounds for a long-gone flex bug; all supported versions
of flex emit an extern declaration as expected.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9a8e23311cac14168df6644e03d533a4b07f933e

Modified Files
--------------
src/backend/utils/misc/guc-file.l |    3 ---
src/bin/psql/psqlscan.l           |    2 --
2 files changed, 5 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Minor code cleanups in pgbench expression support.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Make ginbuild's funcCtx be independent of its tmpCtx.