pgsql: Disable MSVC warning caused by recent snprintf.c changes

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Disable MSVC warning caused by recent snprintf.c changes
Date: 2018-11-11 01:24:10
Message-ID: E1gLeTy-00037p-9e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Disable MSVC warning caused by recent snprintf.c changes

Discussion: https://postgr.es/m/05f348de-0c79-d88d-69b7-434ef828bd4d@2ndQuadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7f284debaf1933b322ff54a643c6785362a034d3

Modified Files
--------------
src/port/snprintf.c | 8 ++++++++
1 file changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-11-11 04:09:17 Re: pgsql: Remove ineffective check against dropped columns from slot_getat
Previous Message Andres Freund 2018-11-11 00:19:28 pgsql: Remove volatiles from {procarray, volatile}.c and fix memory orde