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 doesn't need the lockmode to be passed: it was being usedto lock the new heap, but that's bogus, because the only caller hasalready obtained the appropriate lock on the new heap (which isunimportant anyway, because the relation's creation is not yet committedand so no other session can see it).Noticed while reviewed Antonin Houska's patch to add VACUUM FULLCONCURRENTLY.