mirror of https://github.com/postgres/postgres
Bothpull/144/head50e17ad28
and29f45e299
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.50e17ad28
made this mistake first, then in v1529f45e299
copied the same mistake. Reported-by: Tom Lane Backpatch-through: 14, where50e17ad28
first made this mistake Discussion: https://postgr.es/m/2277537.1694301772@sss.pgh.pa.us
parent
f062cddafe
commit
ee3a551e96
Loading…
Reference in new issue