Re: patch for sun workshop compilation bug - Mailing list pgsql-patches

From Tom Lane
Subject Re: patch for sun workshop compilation bug
Date
Msg-id 19157.1104364127@sss.pgh.pa.us
Whole thread Raw
In response to patch for sun workshop compilation bug  (ayan@ayan.net)
List pgsql-patches
ayan@ayan.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

pgsql-patches by date:

Previous
From: David Brown
Date:
Subject: Re: Allow pooled connections to list all prepared queries
Next
From: Hans-Jürgen Schönig
Date:
Subject: Implementing RESET CONNECTION ...