Re: pgsql: Support parallel btree index builds.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: pgsql: Support parallel btree index builds.
Дата
Msg-id CAH2-Wzm8F=80_BOGnZHoD_8i-S9E17EX7GPcMkyoc5=sr3A8vg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Support parallel btree index builds.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Tue, Feb 6, 2018 at 8:05 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I like the option of doing VALGRIND_MAKE_MEM_DEFINED on the tail
> portion of the buffer before writing it.  That seems pretty tightly
> tied to the behavior we're decreeing valid, whereas the suppression
> is not.

I think that the suppression is actually slightly better scoped than
that, since, for example, that won't just affect writes of
uninitialized bytes from the buffer. But I'll do it that way.

-- 
Peter Geoghegan


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Support parallel btree index builds.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: move info for btree opclass implementors into maindocument