Re: MinGW compiler warnings in ecpg tests
Michael Meskes <meskes@postgresql.org>
From: Michael Meskes <meskes@postgresql.org>
To: pgsql-hackers@lists.postgresql.org
Date: 2019-10-26T08:40:54Z
Lists: pgsql-hackers
> 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. Michael -- Michael Meskes Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org) Meskes at (Debian|Postgresql) dot Org Jabber: michael at xmpp dot meskes dot org VfL Borussia! Força Barça! SF 49ers! Use Debian GNU/Linux, PostgreSQL
Commits
-
Fix printf format string warning on MinGW.
- d4549176eabd 17.8 landed
- b1316b78f8a9 16.12 landed
- 1cf4f781a519 15.16 landed
- 3c5c2b018d5e 14.21 landed
- 1319997df924 18.0 landed
-
Backpatch: Fix warnings about declaration of environ on MinGW
- d7aeb03d2418 13.23 landed
- 50fbd0945c57 16.11 landed
- 371d40c1a3ff 14.20 landed
- 00bdbaca6056 15.15 landed
- 0f8a2b133644 17.7 landed
-
Fix warnings about declaration of environ on MinGW.
- 7bc9a8bdd2d6 18.0 landed
-
Fix compiler warnings in ecpg tests
- 517bf2d9107f 13.0 landed