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
We seem to have forgotten to do this in the v12 cycle, so add it asa task in the RELEASE_CHANGES list, in hopes we won't forget again.While here, fix findoidjoins.c so that it actually works in thenew dispensation where OID is a regular column, and change it to onlyconsider system relations (this avoids being fooled by the OID columnin the brintest test table).Also tweak the largeobject test so that the somewhat-recently-addedmanual creation of a LO with an OID in the system range doesn'tfool findoidjoins.c. For the moment I just made that use an unusedOID, but we might have to find a more robust solution someday.