Re: 64-bit pgsql - Mailing list pgsql-hackers

From Jeroen Ruigrok/asmodai
Subject Re: 64-bit pgsql
Date
Msg-id 20030905183136.GP42098@nexus.ninth-circle.org
Whole thread Raw
In response to Re: 64-bit pgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 64-bit pgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
-On [20030905 19:12], Tom Lane (tgl@sss.pgh.pa.us) wrote:
>It should not; there is something wrong here, not merely a documentation
>problem.  I am wondering whether your 7.4 build fails to select a TAS()
>implementation --- if so, it would fall back to implementing spinlocks
>as semaphores, which would translate to a huge increase in the number of
>semaphores requested, which would likely result in this symptom.  Can
>you strace the postmaster launch and see how many semget()s it does
>before dying?

I need to correct one statement Tom, the Athlon box had 3 semaphores in
use by another application.  Which I killed after that.  ipcs then
showed it was not using anything and initdb ran ok.

The Itanium box was also not using any semaphores and failed.

I also did the same on an 5.1-CURRENT Alpha box and it also worked.

So I guess the problem lies in the Itanium port.  Or could I miss
something subtle here?

-- 
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7  9D88 97E6 839B 2EAC 625B
http://www.tendra.org/   | http://www.in-nomine.org/~asmodai/diary/
Distance lends enhancement to the view...


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: TCP/IP with 7.4 beta2 broken?
Next
From: Jan Wieck
Date:
Subject: Re: Stats Collector Error 7.4beta1 and 7.4beta2