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
Further tweaking of logic that decides when to materialize an uncorrelated
subplan: do it if subplan has subplans itself, and always do it if thesubplan is an indexscan. (I originally set it to materialize an indexscanonly if the indexqual is fairly selective, but I dunno what I wasthinking ... an unselective indexscan is still expensive ...)