"Kevin Grittner" <[EMAIL PROTECTED]> writes:
> On Linux:
> md.c:445: warning: implicit declaration of function `GetLastError'
Of course. This is a Windows-only hack.
> On Windows:
> md.c:445: warning: int format, DWORD arg (arg 6)
> md.c:457: warning: int format, DWORD arg (arg 7)
I think this is just cosmetic, but try %ld instead of %d in the elog
format strings.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match