Re: Parallel CREATE INDEX vs DSM starvation

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Parallel CREATE INDEX vs DSM starvation
Дата
Msg-id CA+hUKGL14fCW5K1LPCTmCtNSHfgMwdZACqqSYFLmzS9ckt-J7Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Parallel CREATE INDEX vs DSM starvation  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On Thu, Jan 30, 2020 at 8:47 PM Peter Geoghegan <pg@bowt.ie> wrote:
> On Wed, Jan 29, 2020 at 11:38 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> > CreateParallelContext() can return a context with seg == NULL.  That
> > causes CREATE INDEX to segfault.  Instead, it should fall back to
> > non-parallel build.  See attached.
>
> I guess we can't call _bt_end_parallel() here. So your patch LGTM.

Thanks.  Pushed.



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Enabling B-Tree deduplication by default
Следующее
От: Andrew Dunstan
Дата:
Сообщение: MSVC installs too much stuff?