Re: Assertion failure while streaming toasted data

Поиск
Список
Период
Сортировка
От Dilip Kumar
Тема Re: Assertion failure while streaming toasted data
Дата
Msg-id CAFiTN-tsQ6GA511zOrjkHauzj9-3xkLu4nROr9KJvWatxjF9Ew@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Assertion failure while streaming toasted data  (Pavan Deolasee <pavan.deolasee@gmail.com>)
Список pgsql-hackers
On Wed, May 26, 2021 at 11:37 AM Pavan Deolasee
<pavan.deolasee@gmail.com> wrote:
>

>
> Yeah, I wasn't very confident about this either. I just wrote it to reduce the test footprint in the reproducer. I
thinkwe can simply include a lot more data and do the copy via stdin.
 

That is one way and if we don't find any better way we can do that.

> Alternatively, we can reduce logical_decoding_work_mem minimum value and run the test with a smaller value. But that
sameGUC is used to decide spilling txn to disk as well. So I am not sure if reducing the compile time default is
acceptableor not.
 

In the test decoding config, it is already set to a minimum value which is 64k.

-- 
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Dilip Kumar
Дата:
Сообщение: Re: Assertion failure while streaming toasted data
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: pg_rewind fails if there is a read only file.