pgsql: Turn off deprecated bison warnings under MSVC

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Turn off deprecated bison warnings under MSVC
Date: 2020-03-20 18:07:35
Message-ID: E1jFM3T-00016S-Oc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-03-20 20:35:01 pgsql: pg_dump: Add FOREIGN to ALTER statements, if appropriate
Previous Message Peter Eisentraut 2020-03-20 15:13:45 pgsql: psql: Catch and report errors while printing result table