Re: huia and moa versus old PG branches

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: huia and moa versus old PG branches
Дата
Msg-id AANLkTi=cX5_rC89VWKO57=VtpHTZa_Y3Zw_swWtsXWxc@mail.gmail.com
обсуждение исходный текст
Ответ на Re: huia and moa versus old PG branches  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Aug 31, 2010 at 2:51 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Dave Page <dpage@pgadmin.org> writes:
>>> On Mon, Aug 30, 2010 at 3:50 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>>> Also, although moa is actually green for 8.3, it's showing an initdb
>>>> failure in 8.4 and up ("cache lookup failed for type 0" while processing
>>>> system_views.sql).  I'm betting this is some sort of
>>>> over-aggressive-optimization problem, but it's hard to tell much from
>>>> the buildfarm logs.  Could you look into that and find out exactly where
>>>> it's failing?
>
>> Looks like -xO4 caused this. -xO3 seems to be OK in a test.
>
> Hmm.  I wonder whether -xO4 invokes something comparable to strict
> aliasing optimizations.  Does Sun Studio have anything corresponding to
> -fno-strict-aliasing ?

A quick Google gives:

-xalias_level[=l]

http://docs.sun.com/app/docs/doc/819-5265/bjaso?a=view

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: huia and moa versus old PG branches
Следующее
От: Dave Page
Дата:
Сообщение: Re: huia and moa versus old PG branches