Re: shmget fails on OS X with proper settings

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: shmget fails on OS X with proper settings
Дата
Msg-id 8243256B-71C0-4A1F-916E-1BF33C9826EA@decibel.org
обсуждение исходный текст
Ответ на Re: shmget fails on OS X with proper settings  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: shmget fails on OS X with proper settings  ("Christopher S Martin" <martin.christopher.s@gmail.com>)
Список pgsql-general
On May 7, 2007, at 9:11 AM, Tom Lane wrote:
> I believe BTW that you
> need to do "sudo ipcs -a" to be sure of seeing everything; otherwise
> OS X's ipcs silently doesn't tell you about segments your userid
> doesn't
> have access to.

Actually, it seems that you don't get anything back when ipcs is run
as non-root...

decibel@platter.1[10:41]~/pgsql/HEAD:58%ipcs -a|grep decibel
decibel@platter.1[10:41]~/pgsql/HEAD:59%sudo ipcs -a|grep decibel
m 3080191    5555001 --rw-------  decibel  decibel  decibel
decibel      3 38133760  11042  11042  9:00:53 10:41:53  9:00:53
--
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)



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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Any "guide to indexes" exists?
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Slow query and indexes...