On Fri, Jul 2, 2021 at 4:05 PM Tom Lane <[email protected]> wrote: > The existing code tried to do syscache lookups in an already-failed > transaction, which is problematic to say the least.
Why didn't the assertion in SearchCatCacheInternal() catch this? Was this code never actually tested? -- Robert Haas EDB: http://www.enterprisedb.com
