Re: [REVIEW] Re: Compression of full-page-writes

Поиск
Список
Период
Сортировка
От Abhijit Menon-Sen
Тема Re: [REVIEW] Re: Compression of full-page-writes
Дата
Msg-id 20140618125818.GY5162@toroid.org
обсуждение исходный текст
Ответ на Re: [REVIEW] Re: Compression of full-page-writes  (Abhijit Menon-Sen <ams@2ndQuadrant.com>)
Список pgsql-hackers
At 2014-06-18 18:25:34 +0530, ams@2ndQuadrant.com wrote:
>
> Are these allocations actually inside a critical section? It seems to me
> that the critical section starts further down, but perhaps I am missing
> something.

OK, I was missing that XLogInsert() itself can be called from inside a
critical section. So the allocation has to be moved somewhere else
altogether.

-- Abhijit



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

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: [REVIEW] Re: Compression of full-page-writes
Следующее
От: Pavan Deolasee
Дата:
Сообщение: Re: [REVIEW] Re: Compression of full-page-writes