Re: patch for sun workshop compilation bug

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: ayan(at)ayan(dot)net
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: patch for sun workshop compilation bug
Date: 2004-12-29 23:48:47
Message-ID: 19157.1104364127@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

ayan(at)ayan(dot)net writes:
> in essence, if configure detects that the
> environment is sunos4, s_lock.c should use the
> .seg opcode. otherwise, s_lock.c should use
> .section.

> i've tested this and i've gotten the latest CVS
> source to compile under Solaris 9 using sun's
> compiler.

Applied, except I made the #define symbol be SUNOS4_CC. The original
SUNOS4 seems a tad too likely to be floating around in the standard
compilation environment, which would risk breaking gcc builds.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Koizar 2004-12-30 00:15:45 Re: Bgwriter behavior
Previous Message Stephen Frost 2004-12-29 19:12:31 Re: Grammer Cleanup