Murad Nayal <[EMAIL PROTECTED]> writes:
> I was a little bit inaccurate in my
> statement earlier though. size_t is unsigned int when compiling in 32bit
> mode. however it seems to be unsigned long (8 bytes) when compiling in
> 64bit mode, while int is still 4 bytes.
OK, in that case I'd believe it's a critical issue.
I think the conflicting-declarations trick I mentioned earlier will let
us build a more reliable configure test for this, but as I said I don't
want to risk shoving it into 7.0.* --- this is the sort of thing that
you can't trust until it's been through some beta testing on a variety
of platforms. We'll put it in 7.1 and see what happens. In the
meantime you'll have to patch config.h by hand...
regards, tom lane