pgsql: Turn off deprecated bison warnings under MSVC - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Turn off deprecated bison warnings under MSVC
Date
Msg-id E1jFM3T-00016J-NL@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e8a6391fc1837416b7251f62485323af01789559

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Catch and report errors while printing result table
Next
From: Alvaro Herrera
Date:
Subject: pgsql: pg_dump: Add FOREIGN to ALTER statements, if appropriate