Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix panic due to missing schema
A schema might not exist because it has been dropped. We need to mark the lookup as required. Fixes #87895 Release note (bug fix): Fixed a bug in pg_catalog tables which could result in an internal error if a schema is concurrently dropped.
- Loading branch information