Re: MinGW compiler warnings in ecpg tests

Peter Eisentraut <peter.eisentraut@2ndquadrant.com>

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Michael Meskes <meskes@postgresql.org>, pgsql-hackers@lists.postgresql.org
Date: 2019-10-29T08:40:48Z
Lists: pgsql-hackers
On 2019-10-26 10:40, Michael Meskes wrote:
>> These files don't use our printf replacement or the c.h porting
>> layer,
>> so unless we want to start doing that, I propose the attached patch
>> to
>> determine the appropriate format conversion the hard way.
> 
> I don't think such porting efforts are worth it for a single test case,
> or in other words, if you ask me go ahead with your patch.

committed

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Commits

  1. Fix printf format string warning on MinGW.

  2. Backpatch: Fix warnings about declaration of environ on MinGW

  3. Fix warnings about declaration of environ on MinGW.

  4. Fix compiler warnings in ecpg tests