[BUGS] BUG #3513: buggy install + no manual support (add)

2007-08-05 Thread Lamia Jackson
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'

Re: [BUGS] BUG #3512: buggy install + no manual support

2007-08-05 Thread Magnus Hagander
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: >

[BUGS] BUG #3516: Incomplete #ifdef statement in s_lock.h

2007-08-05 Thread Dirk Tilger
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

Re: [BUGS] BUG #3516: Incomplete #ifdef statement in s_lock.h

2007-08-05 Thread Tom Lane
"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

Re: [BUGS] BUG #3516: Incomplete #ifdef statement in s_lock.h

2007-08-05 Thread Tom Lane
"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