Re: build on unixware 713

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: build on unixware 713
Дата
Msg-id 233790000.1060369959@lerlaptop-red.iadfw.net
обсуждение исходный текст
Ответ на Re: build on unixware 713  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers

--On Friday, August 08, 2003 15:02:47 -0400 Andrew Dunstan 
<andrew@dunslane.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@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jenny -"
Дата:
Сообщение: LOCK.tag(figuring out granularity of lock)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: consistency check on SPI tuple count failed