Re: recovering from "found xmin ... from before relfrozenxid ..."
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: Stephen Frost <sfrost@snowman.net>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-07-14T07:08:22Z
Lists: pgsql-hackers
On 2020-07-14 02:41, Robert Haas wrote: > I think that our normal back-patching rules are based primarily on the > risk of breaking things, and a new contrib module carries a pretty > negligible risk of breaking anything that works today. I think that all feature code ought to go through a beta cycle. So if this code makes it to 14.0 or 14.1, then I'd consider backpatching it. > Now, if this goes into v14, we can certainly stick it up on github, or > put it out there in some other way for users to download, > self-compile, and install, but that seems noticeably less convenient > for people who need it, and I'm not clear what the benefit to the > project is. In the meantime, if you're wizard enough to deal with this kind of thing, you could also clone the module from the PG14 tree and build it against older versions manually. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
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