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
This function has been semi-deprecated ever since we inventedbms_next_member(). Its habit of scribbling on the input bitmapsetisn't great, plus for sufficiently large bitmapsets it would takeO(N^2) time to complete a loop. Now we have the additional problemthat reducing the input to empty while leaving it still accessiblewould violate a planned invariant. So let's just get rid of it,after updating the few extant callers to use bms_next_member().Patch by me; thanks to Nathan Bossart and Richard Guo for review.Discussion:https://postgr.es/m/1159933.1677621588@sss.pgh.pa.us