Re: build on unixware 713

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: build on unixware 713
Date: 2003-08-08 19:12:39
Message-ID: 233790000.1060369959@lerlaptop-red.iadfw.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

--On Friday, August 08, 2003 15:02:47 -0400 Andrew Dunstan
<andrew(at)dunslane(dot)net> wrote:

>
> I'm curious to know what that will do to performance.
It just removes the ability to inline some functions. The other option is
to
add -K no_host, which will prevent strcpy() and friends from being inlined,
which is where
the issue comes from.

The problem is how to get a fixed compiler to the field.

LER

>
> andrew
>
> Larry Rosenman wrote:
>
>> To fix it, remove -K inline from src/port/unixware's CFLAGS.
>>
>> Dave Prosser of SCO has a fix, but this is the most expedient fix for
>> now.
>>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jenny - 2003-08-08 19:15:07 LOCK.tag(figuring out granularity of lock)
Previous Message Tom Lane 2003-08-08 19:05:13 Re: consistency check on SPI tuple count failed