Content-Length: 257470 | pFad | http://github.com/postgrespro/postgres_cluster/commit/c6598b8b0514bcb9b4c99f2412927368a7514180

73 Fix re-parameterize of MergeAppendPath · postgrespro/postgres_cluster@c6598b8 · GitHub
Skip to content

Commit c6598b8

Browse files
committed
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
1 parent a360f95 commit c6598b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/util/pathnode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3817,7 +3817,7 @@ do { \
38173817
}
38183818
break;
38193819

3820-
case T_MergeAppend:
3820+
case T_MergeAppendPath:
38213821
{
38223822
MergeAppendPath *mapath;
38233823

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/c6598b8b0514bcb9b4c99f2412927368a7514180

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy