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
READTUP() routines do not and cannot use the resettable "tuplecontext"memory context, since it is deleted when merging begins. Update anobsolete comment that claimed otherwise. This was an oversight incommite94568e.In passing, fix an unrelated tuplesort typo.