mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Revert: Avoid looping over all type cache entries in TypeCacheRelCallback()
This commit reverts c14d4acb8 as the patch design didn't take into account
that TypeCacheEntry could be invalidated during the lookup_type_cache() call.
Reported-by: Alexander Lakhin
Discussion: https://postgr.es/m/1927cba4-177e-5c23-cbcc-d444a850304f%40gmail.com
This commit is contained in:
@@ -2377,7 +2377,6 @@ RelFileLocator
|
||||
RelFileLocatorBackend
|
||||
RelFileNumber
|
||||
RelIdCacheEnt
|
||||
RelIdToTypeIdCacheEntry
|
||||
RelInfo
|
||||
RelInfoArr
|
||||
RelMapFile
|
||||
|
||||
Reference in New Issue
Block a user