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
Both 50e17ad and 29f45e2 mistakenly tried to record a plan dependency
on a function but mistakenly inverted the OidIsValid test. This meant
that we'd record a dependency only when the function's Oid was
InvalidOid. Clearly this was meant to *not* record the dependency in
that case.
50e17ad made this mistake first, then in v15 29f45e2 copied the same
mistake.
Reported-by: Tom Lane
Backpatch-through: 14, where 50e17ad first made this mistake
Discussion: https://postgr.es/m/2277537.1694301772@sss.pgh.pa.us
0 commit comments