Samuel A Horwitz <[EMAIL PROTECTED]> writes:
> I am getting the following error
> ../../../../src/include/libpq/pqcomm.h:60: `int64_t' undeclared here (not
> in a function)
There's a patch floating around the list to remove use of int64_t, which
is evidently not too portable. I'll try to get it applied soon.
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