As previously reported for PostgreSQL v7.4, the ecpg module does not compile
as-is due to the absence of a definition for LONG_LONG_MIN or any of the
specified alternatives. Compilation is sucessful if a definition is added to the
misc.c file prior to the LONG_LONG_MIN feature test macros. Later versions
of FreeBSD probably have more-complete support for 64bit integral types.



/* XXX */ #define LONG_LONG_MIN (1LL << 63)


-- _______________________________________________________ When you can see a light at the end of the tunnel, it will be a guy with a flashlight bringing more bad news.




---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster

Reply via email to