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

Поиск
Список
Период
Сортировка
От Richard Scranton
Тема Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1
Дата
Msg-id 3FF765F6.504@ix.netcom.com
обсуждение исходный текст
Список pgsql-bugs
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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Spinlock support for linux-hppa?
Следующее
От: "Liang, Guang Yu (Lucy)"
Дата:
Сообщение: Re: dyntest.pgc not working in 7.4 ?