[COMMITTERS] pgsql: Silence Bison deprecation warnings

Поиск
Список
Период
Сортировка
От Joe Conway
Тема [COMMITTERS] pgsql: Silence Bison deprecation warnings
Дата
Msg-id E1cOAWs-0007DH-Rb@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.

Back-patch to 9.2 and 9.3 -- the newer branches already have this fix.

Author: Peter Eisentraut
Discussion: https://postgr.es/m/677.1483384145%40sss.pgh.pa.us

Branch
------
REL9_2_STABLE

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

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


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: [COMMITTERS] pgsql: Silence Bison deprecation warnings
Следующее
От: Joe Conway
Дата:
Сообщение: [COMMITTERS] pgsql: Silence compiler warnings