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
Rethink the way make_union_unique fetch upper rel.
Corrected the fetching of the upper UPPERREL_SETOP relation to avoid
NULL bitmaps, which caused consider_parallel to be false.
This inconsistency led to assertion failures in add_partial_path.
Ensured the correct relation IDs are set before entering the function
make_union_unique.
Authored-by: Zhang Mingli avamingli@gmail.com
0 commit comments