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

Commitd329dc2

Browse files
committed
Remove bug from OPTIMIZER_DEBUG code for partition-wise join.
Etsuro Fujita, reviewed by Ashutosh BapatDiscussion:http://postgr.es/m/5A2A60E6.6000008@lab.ntt.co.jp
1 parentc28aa15 commitd329dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/optimizer/path/allpaths.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3457,7 +3457,7 @@ generate_partition_wise_join_paths(PlannerInfo *root, RelOptInfo *rel)
34573457
set_cheapest(child_rel);
34583458

34593459
#ifdefOPTIMIZER_DEBUG
3460-
debug_print_rel(root,rel);
3460+
debug_print_rel(root,child_rel);
34613461
#endif
34623462

34633463
live_children=lappend(live_children,child_rel);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp