pgsql: Use yylex_init not yylex_init_extra().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Use yylex_init not yylex_init_extra().
Дата
Msg-id E1ah91r-0000YL-RY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use yylex_init not yylex_init_extra().

Older versions of flex don't have the latter.  Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ff0a7e6167f475672d82d1cd7cd0d5e735154c4d

Modified Files
--------------
src/bin/psql/psqlscan.l | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix missed update in _readForeignScan().