Re: recovering from "found xmin ... from before relfrozenxid ..."
Magnus Hagander <magnus@hagander.net>
From: Magnus Hagander <magnus@hagander.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Andres Freund <andres@anarazel.de>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-07-14T14:21:11Z
Lists: pgsql-hackers
On Tue, Jul 14, 2020 at 4:09 PM Robert Haas <robertmhaas@gmail.com> wrote: > On Tue, Jul 14, 2020 at 8:25 AM Magnus Hagander <magnus@hagander.net> > wrote: > > I don't think that it necessarily has to be. As long as we're talking > about adding something and not actually changing their existing packages, > getting this into both yum and apt shouldn't be *that* hard, if it's > coordinated well with Christoph and Devrim (obviously that's based on my > experience and they will have to give a more complete answer themselves). > It would be a lot more complicated if it involved changing an existing > package. > > I mean, you presumably could not move pg_resetwal to this new package > in existing branches, right? > Probably and eventually. But that can be done for 14+ (or 13+ depending on how "done" the packaging is there -- we should just make sure that hits the biggest platform in the same release). -- Magnus Hagander Me: https://www.hagander.net/ <http://www.hagander.net/> Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
Commits
-
Fix wrong data table horizon computation during backend startup.
- 1c7675a7a426 14.0 landed
-
Centralize horizon determination for temp tables, fixing bug due to skew.
- 94bc27b57680 14.0 landed
-
pg_surgery: Try to stabilize regression tests.
- 0811f766fd74 14.0 landed
-
New contrib module, pg_surgery, with heap surgery functions.
- 34a947ca13e5 14.0 landed
-
Set cutoff xmin more aggressively when vacuuming a temporary table.
- a7212be8b9e0 14.0 cited
-
snapshot scalability: Don't compute global horizons while building snapshots.
- dc7420c2c927 14.0 cited
-
Introduce vacuum errcontext to display additional information.
- b61d161c1463 13.0 cited