Re: Using contrib modules in check (Re: pgsql: Fix BRIN to use SnapshotAny during summarization)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Using contrib modules in check (Re: pgsql: Fix BRIN to use SnapshotAny during summarization)
Дата
Msg-id 14802.1439219996@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Using contrib modules in check (Re: pgsql: Fix BRIN to use SnapshotAny during summarization)  (Christoph Berg <myon@debian.org>)
Ответы Re: Using contrib modules in check (Re: pgsql: Fix BRIN to use SnapshotAny during summarization)  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
Christoph Berg <myon@debian.org> writes:
> Thanks, the build worked now.

> Wouldn't a possible fix be to promote this/some module to core? It
> doesn't have any SQL- or OS-side dependencies.

Meh.  I think we'd agreed in another nearby thread that pageinspect
is exactly the sort of thing we don't want in core.  Even if it were
in core, I'm dubious that it's a good way to implement the desired
testing here: the risks of platform-dependent results (endianness,
varying numbers of tuples per page, etc etc) seem far too high.

            regards, tom lane


В списке pgsql-committers по дате отправления:

Предыдущее
От: Christoph Berg
Дата:
Сообщение: Re: Using contrib modules in check (Re: pgsql: Fix BRIN to use SnapshotAny during summarization)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Temporarily(?) remove BRIN isolation test.