]> granicus.if.org Git - postgresql/commit
Fix re-parameterize of MergeAppendPath
authorMichael Paquier <michael@paquier.xyz>
Thu, 19 Jul 2018 00:02:09 +0000 (09:02 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 19 Jul 2018 00:02:09 +0000 (09:02 +0900)
commit6365ebacdd08f988cd31572c7190c8f08194bf5d
tree8ae6af30a2b89a238fc6afc344670a28718a2b61
parentade18277a0dc6a5981f8c189ed7743b48d3a1516
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.

Author: Michael Paquier
Reviewed-by: Ashutosh Bapat
Discussion: https://postgr.es/m/20180718062202.GC8565@paquier.xyz
src/backend/optimizer/util/pathnode.c