can we publish a aset interface?

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема can we publish a aset interface?
Дата
Msg-id AANLkTimEv1DSVVwGXo9T6TgxWJGn9qXvnAEx8D+YS_9Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: can we publish a aset interface?  (Robert Haas <robertmhaas@gmail.com>)
Re: can we publish a aset interface?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello

I would to use a special memory context for shared data (based on
mmap) and I like impementation of aset. There is only one difference -
aset is based on malloc and I would to use a mmap.

malloc() is used in AllocSetContextCreate and AllocSetAlloc. These
procedures should be overwritten, but other code and data structures
can be used. This step can be useful for previous discuss about some
more comfortable maintaining of shared memory.

What do you think about?

Regards

Pavel Stehule


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

Предыдущее
От: Markus Wanner
Дата:
Сообщение: Re: Interruptible sleeps (was Re: CommitFest 2009-07: Yay, Kevin! Thanks, reviewers!)
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Synchronous replication - patch status inquiry