Re: Instability in partition_prune test?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Instability in partition_prune test?
Дата
Msg-id 4475.1523628300@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Instability in partition_prune test?  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: Instability in partition_prune test?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
David Rowley <david.rowley@2ndquadrant.com> writes:
> The attached basically adds:
> set max_parallel_workers = 0;

It seems quite silly to be asking for a parallel plan and then insisting
it not run in parallel.

Maybe the right solution is to strip out the loop_count from what's
printed.  We've already done that sort of thing in at least one other
test, using some plpgsql code to "sed" the EXPLAIN output.

            regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Instability in partition_prune test?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Instability in partition_prune test?