Re: pg_amcheck contrib application

Поиск
Список
Период
Сортировка
От Mark Dilger
Тема Re: pg_amcheck contrib application
Дата
Msg-id D3828900-5183-4C67-8A13-8D58E54570AA@enterprisedb.com
обсуждение исходный текст
Ответ на Re: pg_amcheck contrib application  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: pg_amcheck contrib application  (Mark Dilger <mark.dilger@enterprisedb.com>)
Список pgsql-hackers

> On Apr 23, 2021, at 1:31 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>
> Perhaps something like this, closer to the way you had it?
>
>       expected_size = chunk_seq < last_chunk_seq ? TOAST_MAX_CHUNK_SIZE
>               : extsize - (last_chunk_seq * TOAST_MAX_CHUNK_SIZE);

It still suffers the same failures.  I'll try to post something that accomplishes the changes to the reports that you
arelooking for. 

—
Mark Dilger
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company






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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Testing autovacuum wraparound (including failsafe)
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: PageGetItemIdCareful - should we MAXALIGN sizeof(BTPageOpaqueData)?