Assert(IsTransactionState()) in RelationIdGetRelation().
Commit 42c80c69 added an Assert(IsTransactionState()) in SearchCatCache(), to catch any code that thought it could do a catcache lookup outside transactions. Extend the same idea to relcache lookups.
Showing
Please register or sign in to comment