Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6598b8

Browse files
committed
Fix re-parameterize of MergeAppendPath
Instead of MergeAppendPath, MergeAppend nodes were considered. Thiscode is not covered by any tests now, which should be addressed at somepoint.This is an oversight fromf49842d, which introduced partition-wise joinsin v11, so back-patch down to that.Author: Michael PaquierReviewed-by: Ashutosh BapatDiscussion:https://postgr.es/m/20180718062202.GC8565@paquier.xyz
1 parenta360f95 commitc6598b8

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-
caseT_MergeAppend:
3820+
caseT_MergeAppendPath:
38213821
{
38223822
MergeAppendPath*mapath;
38233823

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp