pgsql: Silence Bison deprecation warnings - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Silence Bison deprecation warnings
Date
Msg-id E1Ws1a8-0007yo-P2@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Use EncodeDateTime instead of to_char to render JSON timestamps.
Next
From: Fujii Masao
Date:
Subject: pgsql: Save pg_stat_statements statistics file into $PGDATA/pg_stat dir