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
The logic for determining whether to materialize has been significantlyoverhauled for 9.0. In case there should be any doubt about whethermaterialization is a win in any particular case, this should provide aconvenient way of seeing what happens without it; but even with enable_materialturned off, we still materialize in cases where it is required forcorrectness.Thanks to Tom Lane for the review.