Re: semaphore usage "port based"?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: semaphore usage "port based"?
Дата
Msg-id 26524.1144026385@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: semaphore usage "port based"?  ("Marc G. Fournier" <scrappy@postgresql.org>)
Ответы Re: semaphore usage "port based"?  ("Marc G. Fournier" <scrappy@postgresql.org>)
Список pgsql-hackers
"Marc G. Fournier" <scrappy@postgresql.org> writes:
> On Sun, 2 Apr 2006, Tom Lane wrote:
>> BTW, even before doing that, you should look at "ipcs -s" output to try 
>> to get a clue what's going on.  The EINVAL failures may be because the 
>> second postmaster to start deletes the semaphores created by the first 
>> one.  You could easily see this happening in before-and-after ipcs data 
>> if so.

> You are right ...

OK, could we see strace (or whatever BSD calls it) output for the second
postmaster?  I'd like to see exactly what results it's getting for the
kernel calls it makes during IpcSemaphoreCreate.
        regards, tom lane


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

Предыдущее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: WAL Bypass for indexes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Suggestion: Which Binary?