On Wed, Mar 30, 2022 at 9:20 PM Andres Freund <andres@anarazel.de> wrote:
> But the debug elog reports that
>
> relfrozenxid updated 714 -> 717
> relminmxid updated 1 -> 6
>
> Tthe problem is that the crashing backend reads the relfrozenxid/relminmxid
> from the shared relcache init file written by another backend:
We should have added logging of relfrozenxid and relminmxid a long time ago.
> This is basically the inverse of a54e1f15 - we read a *newer* horizon. That's
> normally fairly harmless - I think.
Is this one pretty old?
> Perhaps we should just fetch the horizons from the "local" catalog for shared
> rels?
Not sure what you mean.
--
Peter Geoghegan