Обсуждение: Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1

Поиск
Список
Период
Сортировка

Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1

От
Richard Scranton
Дата:
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.