"Zeugswetter Andreas SB SD" <[EMAIL PROTECTED]> writes: > On AIX 4.3.2 dlfcn.h is not compatible with fcntl.h in the given constellat= > ion > (both define FREAD and FWRITE differently) and since fcntl.h in c.h is only= > needed=20 > for O_BINARY I suggest to include fcntl.h only if O_BINARY is needed.
> Second, LLONG_MIN (used in ecpg's misc.c) is not available on AIX. > I am not sure whether the original has a typo there or not=20 > (using LONG_LONG_MIN instead of LONGLONG_MIN) (patch assumes no typo) ? Patch committed. 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