Both "%lld" and "%I64d" can be used with mingw to print 64 bit integers. However, modern versions of gcc spit warnings with the former, and not the latter. However, since "%lld" works, it is chosen by our config setup since it comes first in the list of formats tried. Therefore, to keep the compiler happy I proposed to rearrange that so that "%I64d" is preferred if it's found to work.

Thoughts?

cheers

andrew

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to