Re: [sqlsmith] Failed assertions on parallel worker shutdown

Поиск
Список
Период
Сортировка
От Andreas Seltenreich
Тема Re: [sqlsmith] Failed assertions on parallel worker shutdown
Дата
Msg-id 87oa7x58fp.fsf@elite.ansel.ydns.eu
обсуждение исходный текст
Ответ на Re: [sqlsmith] Failed assertions on parallel worker shutdown  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: [sqlsmith] Failed assertions on parallel worker shutdown  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
Amit Kapila writes:

> Earlier problems were due to the reason that some unsafe/restricted
> expressions were pushed below Gather node as part of target list whereas in
> the plan6, it seems some unsafe node is pushed below Gather node. It will
> be helpful if you can share the offending query?

plan6 corresponds to this query:

select   pg_catalog.anyarray_out(   cast((select most_common_vals from pg_catalog.pg_stats limit 1 offset 41)    as
anyarray))as c0from   public.quad_point_tbl as ref_0 where ref_0.p ~= ref_0.p;
 

regards,
Andreas



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [sqlsmith] Failed assertions on parallel worker shutdown
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Inheritance