Re: [HACKERS] [COMMITTERS] pgsql: Avoid GatherMerge crash when thereare no workers.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] [COMMITTERS] pgsql: Avoid GatherMerge crash when thereare no workers.
Дата
Msg-id 20170814223357.i45ghd3pkcvypacy@alap3.anarazel.de
обсуждение исходный текст
Список pgsql-hackers
Hi,

On 2017-04-03 12:56:36 +0530, Rushabh Lathia wrote:
> On my local environment I was getting coverage for the heap_compare_slots
> with
> existing test. But it seems like due to low number of record fetch only
> leader get
> evolved to the fetching tuples in the shared report.
> 
> I modified the current test coverage for the Gather Merge to add more rows
> to be
> fetch by the GatherMerge node to make sure that it do coverage for
> heap_compare_slots. Also added test for the zero worker.
> 
> PFA patch as well as LCOV report for the nodeGatherMerge.c.

Pushed, thanks!

- Andres



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] pg_stat_wal_write statistics view
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] make async slave to wait for lsn to be replayed