Test patch for partitionwise join with partitioned tables containingdefault partition

Поиск
Список
Период
Сортировка
От Rajkumar Raghuwanshi
Тема Test patch for partitionwise join with partitioned tables containingdefault partition
Дата
Msg-id CAKcux6ky5YeZAY74qSh-ayPZZEQchz092g71iXXbC0+E3xoscA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Test patch for partitionwise join with partitioned tablescontaining default partition  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Список pgsql-hackers
Hi,

As of now partition_join.sql is not having test cases covering cases
where partition table have default partition, attaching a small test
case patch to cover those.

Here is a link of previous discussion :
As found by Thomas, The regression test currently fails with v4 patch because a
redundant Result node has been removed from a query plan. here is the updated
v5 patch fixing this.

Thanks & Regards,
Rajkumar Raghuwanshi
QMG, EnterpriseDB Corporation
Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: why partition pruning doesn't work?
Следующее
От: David Rowley
Дата:
Сообщение: Re: Performance regression with PostgreSQL 11 and partitioning