Re: Shared memory problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Shared memory problem
Дата
Msg-id 7911.980287544@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Shared memory problem  (Leandro Fanzone <leandro@hasar.com>)
Список pgsql-novice
Leandro Fanzone <leandro@hasar.com> writes:
> 010123.15:16:54.659  [3943] IpcMemoryCreate: shmget failed (Identifier
> removed) key=5432010, size=144, permission=700

I think an "identifier removed" error means that the old postmaster
has shut down (and issued the ipcrm call against the old shared memory
segment) but the segment still exists because there's at least one
process still attached to it.  Check for not-yet-dead postmaster or
backend processes, and kill 'em.

            regards, tom lane

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

Предыдущее
От: Leandro Fanzone
Дата:
Сообщение: Shared memory problem
Следующее
От: Praveen Shetty
Дата:
Сообщение: Problem...