Re: [HACKERS] path toward faster partition pruning

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: [HACKERS] path toward faster partition pruning
Дата
Msg-id 4ebb182c-3b78-5608-c036-6f0f234c518f@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] path toward faster partition pruning  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
On 2018/03/14 8:26, Alvaro Herrera wrote:
> By the way, I checked whether patch 0002 (additional tests) had an
> effect on coverage, and couldn't detect any changes in terms of
> lines/functions.  Were you able to find any bugs in your code thanks to
> the new tests that would not have been covered by existing tests?

All tests except those for hash partitioning got added as bugs were found
in the patch and fixed.  As you may know, constraint exclusion doesn't
help with pruning hash partitions, so those tests don' exercise any
existing functionality but are there for the *new* code.

Thanks,
Amit



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Fixes for missing schema qualifications
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: inserts into partitioned table may cause crash