We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e77da commit a9e0a12Copy full SHA for a9e0a12
src/hooks.c
@@ -209,6 +209,8 @@ pathman_join_pathlist_hook(PlannerInfo *root,
209
required_nestloop = calc_nestloop_required_outer(outer, inner);
210
211
/*
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
214
* says to allow it anyway. Also, we must reject if have_dangerous_phv
215
* doesn't like the look of it, which could only happen if the nestloop is
216
* still parameterized.
0 commit comments