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_5_ALPHA1_BRANCH
parent
91215f6241
commit
649e856c33
Loading…
Reference in new issue