Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)
От | Peter Geoghegan |
---|---|
Тема | Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) |
Дата | |
Msg-id | CAH2-Wzk_OY4RfiDfd_JqAG4OO54ZktOL0Z9fMvTRqK3wWj6=1A@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation) (Andres Freund <andres@anarazel.de>) |
Ответы |
Re: [HACKERS] Parallel tuplesort (for parallel B-Tree index creation)
|
Список | pgsql-hackers |
On Fri, Feb 2, 2018 at 1:58 PM, Andres Freund <andres@anarazel.de> wrote: > Not saying you're wrong, but you should include a comment on why this is > a benign warning. Presumably it's some padding memory somewhere, but > it's not obvious from the above bleat. Sure. This looks slightly more complicated than first anticipated, but I'll keep everyone posted. Valgrind suppression aside, this raises another question. The stack trace shows that the error happens during the creation of a new TOAST table (CheckAndCreateToastTable()). I wonder if I should also pass down a flag that makes sure that parallelism is never even attempted from that path, to match TRUNCATE's suppression of parallel index builds during its reindexing. It really shouldn't be a problem as things stand, but maybe it's better to be consistent about "useless" parallel CREATE INDEX attempts, and suppress them here too. -- Peter Geoghegan
В списке pgsql-hackers по дате отправления: