Philip Yarra <[EMAIL PROTECTED]> writes:
> On Mon, 7 Jul 2003 02:19 pm, Tom Lane wrote:
>> Is type int64_t defined anywhere in your system headers?  If so, where?

> Er... no... this:

> int main() 
> {
>       printf("sizeof is: %d\n", sizeof(int64_t));
> }

> fails with:

Without some #include's, I'd expect it to fail, because int64_t isn't
built into the C compiler.  The question is exactly which #include
are we missing.

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
      joining column's datatypes do not match

Reply via email to