Re: cvs head initdb hangs on unixware

From: ohp(at)pyrenet(dot)fr
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>, Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>, pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head initdb hangs on unixware
Date: 2008-12-10 10:17:56
Message-ID: Pine.UW2.4.63.0812101113280.7144@sun.pyrenet
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear Tom,
On Tue, 9 Dec 2008, Tom Lane wrote:

> Date: Tue, 09 Dec 2008 13:24:21 -0500
> From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> To: ohp(at)pyrenet(dot)fr
> Cc: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>,
> Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>,
> pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
> Subject: Re: [HACKERS] cvs head initdb hangs on unixware
>
> ohp(at)pyrenet(dot)fr writes:
>> FWIW, I have attached the 2 generated .s. Someone with knowledge of asm
>> may want to have a look..
>
> Hmm. It looks to me like the compiler is getting confused by the
> interaction between nodeno, leftnodeno, and rightnodeno. Try this
> patch to see if it gets around it. (This is a tad better anyway
> since it avoids examining the right child if not needed.)
>
> regards, tom lane
>
>
Brillant!
You made my day, can't wait for this patch to be committed.
Thanks!!!

PS: I wish I had 10% of your knowledge/genius!
--
Olivier PRENANT Tel: +33-5-61-50-97-00 (Work)
15, Chemin des Monges +33-5-61-50-97-01 (Fax)
31190 AUTERIVE +33-6-07-63-80-64 (GSM)
FRANCE Email: ohp(at)pyrenet(dot)fr
------------------------------------------------------------------------------
Make your life a dream, make your dream a reality. (St Exupery)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2008-12-10 10:29:58 Re: Multiplexing SUGUSR1
Previous Message Simon Riggs 2008-12-10 09:48:12 Re: Sync Rep: First Thoughts on Code