Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1 - Mailing list pgsql-bugs

From Richard Scranton
Subject Build problem for PostgreSQL v7.4.1 on FreeBSD v4.1
Date
Msg-id 3FF765F6.504@ix.netcom.com
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Spinlock support for linux-hppa?
Next
From: "Liang, Guang Yu (Lucy)"
Date:
Subject: Re: dyntest.pgc not working in 7.4 ?