Re: postgreSQL 7.3.3 crashing on server with Itanium processor...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Taranjit Singh Lamba <taranjits(at)sizeti(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: postgreSQL 7.3.3 crashing on server with Itanium processor...
Date: 2003-06-18 21:31:08
Message-ID: 4428.1055971868@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> My guess is that we don't have spinlock code for the CPU yet.

Out-of-the-box it would probably build with SysV semas instead of
spinlocks, but that's not going to cause crashes, only less-than-stellar
performance.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Cornelia Boenigk 2003-06-18 22:27:24 Fwd PostgreSQL and OpenOffice
Previous Message Tom Lane 2003-06-18 21:28:38 Re: postgreSQL 7.3.3 crashing on server with Itanium processor...