crashes due to setting max_parallel_workers=0

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема crashes due to setting max_parallel_workers=0
Дата
Msg-id 6ecd6f17-0dcf-1de7-ded8-0de7db1ddc88@2ndquadrant.com
обсуждение исходный текст
Ответы Re: crashes due to setting max_parallel_workers=0
Re: crashes due to setting max_parallel_workers=0
Список pgsql-hackers
Hi,

while working on a patch I ran into some crashes that seem to be caused 
by inconsistent handling of max_parallel_workers - queries still seem to 
be planned with parallel plans enabled, but then crash at execution.

The attached script reproduces the issue on a simple query, causing 
crashed in GatherMerge, but I assume the issue is more general.

regards

-- 
Tomas Vondra                  http://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: pg_get_statisticsextdef() is not quite the full shilling
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: dsm.c API tweak