Re: trap instead of error on 32 TiB table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: trap instead of error on 32 TiB table
Дата
Msg-id 3568228.1631195095@sss.pgh.pa.us
обсуждение исходный текст
Ответ на trap instead of error on 32 TiB table  (Christoph Berg <christoph.berg@credativ.de>)
Ответы Re: trap instead of error on 32 TiB table
Список pgsql-hackers
Christoph Berg <christoph.berg@credativ.de> writes:
> I was wondering what happens when the 32 TiB per table limit is
> reached, so I faked 32767 1 GiB sparse files using dd and then tried
> inserting more rows.

> On a cassert-enabled build I got:

> TRAP: FailedAssertion("tagPtr->blockNum != P_NEW", File: "./build/../src/backend/storage/buffer/buf_table.c", Line:
125)

Can you provide a stack trace from that?

(or else a recipe for reproducing the bug ... I'm not excited
about reverse-engineering the details of the method)

            regards, tom lane



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Use generation context to speed up tuplesorts
Следующее
От: Christoph Berg
Дата:
Сообщение: Re: trap instead of error on 32 TiB table