The following bug has been logged online:
Bug reference: 3513
Logged by: Lamia Jackson
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4.1
Operating system: win32
Description:buggy install + no manual support (add)
Details:
These parts of installation didn'
Lamia Jackson wrote:
> The following bug has been logged online:
>
> Bug reference: 3512
> Logged by: Lamia Jackson
> Email address: [EMAIL PROTECTED]
> PostgreSQL version: 8.2.4.1
> Operating system: win32
> Description:buggy install + no manual support
> Details:
>
The following bug has been logged online:
Bug reference: 3516
Logged by: Dirk Tilger
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.4
Operating system: Linux with Intel compiler on ia64
Description:Incomplete #ifdef statement in s_lock.h
Details:
I have be
"Dirk Tilger" <[EMAIL PROTECTED]> writes:
> I was able to fix the problem by changing line 81 of s_lock.h to:
> | #if defined(__GNUC__) || defined(__INTEL_COMPILER) || defined(__ICC)
Hm. Some googling suggests that we should be using only
__INTEL_COMPILER, not both. configure.in does it that way
"Dirk Tilger" <[EMAIL PROTECTED]> writes:
> Operating system: Linux with Intel compiler on ia64
> I have been compiling postgresql 8.0, 8.1 and 8.2.4 with the Intel compiler
> in the past successfully. This time something went wrong and although I
> can't tell precisely how I triggered it, I hav