pgsql: Turn off deprecated bison warnings under MSVC

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Turn off deprecated bison warnings under MSVC
Дата
Msg-id E1jFM3T-00016S-Oc@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Turn off deprecated bison warnings under MSVC

These are disabled by the configure code, so this is just fixing an
inconsistency in the MSVC code.

Backpatch to all live branches.

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/467b408321e4d3d7a753ecd8d651bf036ce9f3b7

Modified Files
--------------
src/tools/msvc/pgbison.pl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: psql: Catch and report errors while printing result table
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: pg_dump: Add FOREIGN to ALTER statements, if appropriate