Re: 64-bit pgsql

Поиск
Список
Период
Сортировка
От Jeroen Ruigrok/asmodai
Тема Re: 64-bit pgsql
Дата
Msg-id 20030905183136.GP42098@nexus.ninth-circle.org
обсуждение исходный текст
Ответ на Re: 64-bit pgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: 64-bit pgsql  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TCP/IP with 7.4 beta2 broken?
Следующее
От: Jan Wieck
Дата:
Сообщение: Re: Stats Collector Error 7.4beta1 and 7.4beta2