Re: BUG #15899: Valgrind detects errors on create gist index

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #15899: Valgrind detects errors on create gist index
Дата
Msg-id 20190710070219.GF1031@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #15899: Valgrind detects errors on create gist index  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-bugs
On Tue, Jul 09, 2019 at 01:43:41PM +0900, Michael Paquier wrote:
> Regarding the zero-allocation, we have gistLoadNodeBuffer() loading
> directly the block's contents from a temporary file after allocating a
> page, but gistPushItupToNodeBuffer() justifies that as a cheap
> insurance.  So that's good for me.  Do others have objections or extra
> thoughts?  This comes from 1d27dcf, so this should go all the way down.

Tested and committed down to 9.4.
--
Michael

Вложения

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

Предыдущее
От: Rares Salcudean
Дата:
Сообщение: Re: PG11 - Multiple Key Range Partition
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #15899: Valgrind detects errors on create gist index