Re: Posix Shared Mem patch

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Posix Shared Mem patch
Дата
Msg-id 20120627135346.GO1267@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: Posix Shared Mem patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
* Tom Lane (tgl@sss.pgh.pa.us) wrote:
> Right, but does it provide honest protection against starting two
> postmasters in the same data directory?  Or more to the point,
> does it prevent starting a new postmaster when the old postmaster
> crashed but there are still orphaned backends making changes?
> AFAIR we basically punted on those problems for the Windows port,
> for lack of an equivalent to nattch.

See my other mail, but, after talking to Magnus, it's my understanding
that we had that problem initially, but it was later solved by using a
named shared memory segment which the kernel will clean up when all
children are gone.  That, combined with a 'create-if-exists' call,
allows detection of lost children to be done.
Thanks,
    Stephen

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Posix Shared Mem patch
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCH 07/16] Log enough data into the wal to reconstruct logical changes from it if wal_level=logical