Re: Asymmetric partition-wise JOIN

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: Asymmetric partition-wise JOIN
Дата
Msg-id 1309907d-f5f7-7d10-e3fd-321f75ba46a5@pgmasters.net
обсуждение исходный текст
Ответ на Re: Asymmetric partition-wise JOIN  (Kohei KaiGai <kaigai@heterodb.com>)
Список pgsql-hackers
Hi Thomas,

On 12/27/19 2:34 AM, Kohei KaiGai wrote:
 >
> This crash was reproduced on our environment also.
> It looks to me adjust_child_relids_multilevel() didn't expect a case
> when supplied 'relids'
> (partially) indicate normal and non-partitioned relation.
> It tries to build a new 'parent_relids' that is a set of
> appinfo->parent_relid related to the
> supplied 'child_relids'. However, bits in child_relids that indicate
> normal relations are
> unintentionally dropped here. Then, adjust_child_relids_multilevel()
> goes to an infinite
> recursion until stack limitation.
> 
> The attached v2 fixed the problem, and regression test finished correctly.

Any thoughts on the new version of this patch?

Regards,
-- 
-David
david@pgmasters.net



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

Предыдущее
От: Julien Rouhaud
Дата:
Сообщение: Re: Planning counters in pg_stat_statements (using pgss_store)
Следующее
От: David Steele
Дата:
Сообщение: Re: Allow cluster owner to bypass authentication