Skip to content

Commit a9e0a12

Browse files
committed
Fix removed comment
1 parent a3e77da commit a9e0a12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hooks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ pathman_join_pathlist_hook(PlannerInfo *root,
209209
required_nestloop = calc_nestloop_required_outer(outer, inner);
210210

211211
/*
212+
* Check to see if proposed path is still parameterized, and reject if the
213+
* parameterization wouldn't be sensible --- unless allow_star_schema_join
212214
* says to allow it anyway. Also, we must reject if have_dangerous_phv
213215
* doesn't like the look of it, which could only happen if the nestloop is
214216
* still parameterized.

0 commit comments

Comments
 (0)