You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove wrong assertion in first/last initplan optimization (#9724)
It did not correctly handle the case of SELECT FROM ONLY hypertable.
Besides that, the code that restored RangeTblEntry.inh was targeting the
wrong PlannerInfo -- the one from original query instead of the copy
used for the optimization. Remove this code as well, since it doesn't do
anything useful.
0 commit comments