]> granicus.if.org Git - postgresql/commit
Force use of "%I64d" format for 64 bit ints on MinGW.
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 27 Apr 2011 14:09:23 +0000 (10:09 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 27 Apr 2011 14:09:23 +0000 (10:09 -0400)
commit52d01c2f52c462d29ae0fdfa44c3cae129148a6d
tree181364b0daa08783f4a75917787d96bd1bd56c5a
parentc43d0791ac5fb765a088d41564cd44747aef42d8
Force use of "%I64d" format for 64 bit ints on MinGW.

Both this and "%lld" work, but the compiler's format checking doesn't
like "%lld", so we get all sorts of spurious warnings.
src/include/port/win32.h