Test patch for partitionwise join with partitioned tables containingdefault partition - Mailing list pgsql-hackers

From Rajkumar Raghuwanshi
Subject Test patch for partitionwise join with partitioned tables containingdefault partition
Date
Msg-id CAKcux6ky5YeZAY74qSh-ayPZZEQchz092g71iXXbC0+E3xoscA@mail.gmail.com
Whole thread Raw
Responses Re: Test patch for partitionwise join with partitioned tablescontaining default partition
List 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
Attachment

pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: why partition pruning doesn't work?
Next
From: David Rowley
Date:
Subject: Re: Performance regression with PostgreSQL 11 and partitioning