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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dirk Tilger" <dirk(at)miriup(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3516: Incomplete #ifdef statement in s_lock.h
Date: 2007-08-05 15:05:58
Message-ID: 18808.1186326358@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Dirk Tilger" <dirk(at)miriup(dot)de> 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.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-08-05 15:20:18 Re: BUG #3516: Incomplete #ifdef statement in s_lock.h
Previous Message Dirk Tilger 2007-08-05 14:36:24 BUG #3516: Incomplete #ifdef statement in s_lock.h