Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assert(IsTransactionState()) in RelationIdGetRelation().
Commit 42c80c6 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.
- Loading branch information