Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> Then try using %lu and no casts. That should get rid of the warnings the
> proper way.
Ok, I rewrote it to use %lu for format strings.
Jeremy Drake <pgsql(at)jdrake(dot)com> wrote:
> sizeof(DWORD) is always 4, even on 64-bit windows. sizeof(long) is also
> always 4.
I got it. This change will work on 64-bit windows, because DWORD is
defined as 'unsigned long' there, too. We need to support LLP64
compliers in advance, though.
Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center
In response to
Responses
pgsql-patches by date
| Next: | From: Kohei KaiGai | Date: 2008-03-17 04:25:40 |
| Subject: [0/4] Proposal of SE-PostgreSQL patches |
| Previous: | From: Tom Lane | Date: 2008-03-17 02:53:02 |
| Subject: Re: updated hash functions for postgresql v1 |