Re: installcheck failure in indirect_toast with default_toast_compression = lz4

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: installcheck failure in indirect_toast with default_toast_compression = lz4
Дата
Msg-id YLrWS/bZxnwI22Dv@paquier.xyz
обсуждение исходный текст
Ответ на Re: installcheck failure in indirect_toast with default_toast_compression = lz4  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Jun 04, 2021 at 08:28:59PM -0400, Tom Lane wrote:
> Hmm.  I'm not very clear on what that test is intending to test,
> but maybe it's dependent on pglz compression, in which case the
> right fix would be to force default_toast_compression = pglz
> for the duration of the test.

Support for external toast datums, as of 36820250, so that should be
independent on the compression method used, no?  I was just sticking
some checks based on pg_column_compression() all over the test, and
all the values are correctly getting compressed and decompressed as
far as I can see.

I got to wonder whether this is not pointing at an actual issue, and
whether it may be better to not make this test rely only on pglz, but
I have not put much thoughts into it TBH.
--
Michael

Вложения

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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: A new function to wait for the backend exit after termination
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: alter table set TABLE ACCESS METHOD