Re: fixing old_snapshot_threshold's time->xid mapping

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: fixing old_snapshot_threshold's time->xid mapping
Дата
Msg-id CA+Tgmoa0sy72ccFK8WRFAv_5U1gsCwnQuhNhKYcC+CYqNuCdpw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: fixing old_snapshot_threshold's time->xid mapping  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: fixing old_snapshot_threshold's time->xid mapping
Список 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 по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: Custom options for building extensions with --with--llvm