mirror of https://github.com/postgres/postgres
caches that we don't actually need to touch. This saves some trivial number of cycles and avoids certain cases of deadlock when doing concurrent VACUUM FULL on system catalogs. Per report from Gavin Roy. Backpatch to 8.2. In earlier versions, CatalogCacheInitializeCache didn't lock the relation so there's no deadlock risk (though that certainly had plenty of risks of its own).REL8_3_STABLE
parent
0f8a34a730
commit
9436257b41
Loading…
Reference in new issue