pgsql: Silence Bison deprecation warnings

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Silence Bison deprecation warnings
Дата
Msg-id E1Ws1a8-0007yo-P2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Silence Bison deprecation warnings

Bison >=3.0 issues warnings about

    %name-prefix="base_yy"

instead of the now preferred

    %name-prefix "base_yy"

but the latter doesn't work with Bison 2.3 or less.  So for now we
silence the deprecation warnings.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/55fb759ab3e7543a6be72a35e6b6961455c5b393

Modified Files
--------------
config/programs.m4 |    8 ++++++++
configure          |    8 ++++++++
2 files changed, 16 insertions(+)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Use EncodeDateTime instead of to_char to render JSON timestamps.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Save pg_stat_statements statistics file into $PGDATA/pg_stat dir