Re: fixing old_snapshot_threshold's time->xid mapping - Mailing list pgsql-hackers

From Robert Haas
Subject Re: fixing old_snapshot_threshold's time->xid mapping
Date
Msg-id CA+Tgmoa0sy72ccFK8WRFAv_5U1gsCwnQuhNhKYcC+CYqNuCdpw@mail.gmail.com
Whole thread Raw
In response to Re: fixing old_snapshot_threshold's time->xid mapping  (Thomas Munro <thomas.munro@gmail.com>)
Responses Re: fixing old_snapshot_threshold's time->xid mapping  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Wed, Sep 23, 2020 at 9:16 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> LGTM.

Committed.

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.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2
Next
From: Konstantin Knizhnik
Date:
Subject: Re: Custom options for building extensions with --with--llvm