pgsql: Fix re-parameterize of MergeAppendPath

2018-07-18 Thread Michael Paquier
Fix re-parameterize of MergeAppendPath Instead of MergeAppendPath, MergeAppend nodes were considered. This code is not covered by any tests now, which should be addressed at some point. This is an oversight from f49842d, which introduced partition-wise joins in v11, so back-patch down to that.

pgsql: Fix re-parameterize of MergeAppendPath

2018-07-18 Thread Michael Paquier
Fix re-parameterize of MergeAppendPath Instead of MergeAppendPath, MergeAppend nodes were considered. This code is not covered by any tests now, which should be addressed at some point. This is an oversight from f49842d, which introduced partition-wise joins in v11, so back-patch down to that.