Обсуждение: pgsql: Silence Bison deprecation warnings

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

pgsql: Silence Bison deprecation warnings

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