On Thu, 16 Jul 2026 at 23:27, Andres Freund <[email protected]> wrote: > Attached is the change I propose.
Seems reasonable (assuming it indeed fixes the issue) Regardless, I think we should still scope the caches on PG version though for a completely different reason: Any backpatches (currently only to 19) will become less and less cached as PG20 diverges from PG19 if we have a shared cache. We should in addition make sure that we create shared cached from REL_XX_STABLE branches and generate their cache keys in a way that other branches restore them. To be clear, this would look quite different from Bilal's patch.
