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
Release any detoasted copies of arrays that are made temporarily in
ri_FetchConstraintInfo, to avoid a query-duration memory leak when thatroutine is called by RI_FKey_keyequal_upd_fk (which isn't executed in ashort-lived context). This problem was latent when the routine was addedin February, but it didn't become serious until the varvarlena patch madeit quite likely that the fields being examined would be "toasted" (ie, haveshort headers). Per report from Stephen Denne.