Re: Improving the memory allocator

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Improving the memory allocator
Дата
Msg-id 201104261425.10695.andres@anarazel.de
обсуждение исходный текст
Ответ на Re: Improving the memory allocator  (Radosław Smogura <rsmogura@softperience.eu>)
Ответы Re: Improving the memory allocator  (Radosław Smogura <rsmogura@softperience.eu>)
Список pgsql-hackers
On Tuesday, April 26, 2011 01:59:45 PM Radosław Smogura wrote:
>  I didn't followed this topic carefully, so sorry If I wrote something
>  that was written, but I thought about following approach at least for
>  message sending, etc.:
>
>  1. When initializing MemoryContext (pool) give one parameter that will
>  be stack size. Stack is addition to normal operations.
You can't allocate memory on the stack and return that.

Andres


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Possible deadlock issue when one transaction waiting on other and vice versa? Should, ideally, postgres recognize blocking situation?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Proposal - asynchronous functions