Re: fixing old_snapshot_threshold's time->xid mapping
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Thomas Munro <thomas.munro@gmail.com>, Dilip Kumar <dilipbalaut@gmail.com>, Andres Freund <andres@anarazel.de>, Kevin Grittner <kgrittn@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-09-25T02:00:10Z
Lists: pgsql-hackers
On Thu, Sep 24, 2020 at 03:46:14PM -0400, Robert Haas wrote: > Committed. Cool, thanks. > Thomas, with respect to your part of this patch set, I wonder if we > can make the functions that you're using to write tests safe enough > that we could add them to contrib/old_snapshot and let users run them > if they want. As you have them, they are hedged around with vague and > scary warnings, but is that really justified? And if so, can it be > fixed? It would be nicer not to end up with two loadable modules here, > and maybe the right sorts of functions could even have some practical > use. I have switched this item as waiting on author in the CF app then, as we are not completely done yet. -- Michael
Commits
-
Remove the "snapshot too old" feature.
- f691f5b80a85 17.0 landed
-
Fix two bugs in MaintainOldSnapshotTimeMapping.
- 55b7e2f4d78d 14.0 landed
-
Add new 'old_snapshot' contrib module.
- aecf5ee2bb36 14.0 landed
-
Expose oldSnapshotControl definition via new header.
- f5ea92e8d620 14.0 landed