Re: TRAP: FailedAssertion("tabstat->trans == trans", File: "pgstat_relation.c", Line: 508

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: TRAP: FailedAssertion("tabstat->trans == trans", File: "pgstat_relation.c", Line: 508
Дата
Msg-id 20220512033214.xaazgltf5qdwi45o@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: TRAP: FailedAssertion("tabstat->trans == trans", File: "pgstat_relation.c", Line: 508  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: TRAP: FailedAssertion("tabstat->trans == trans", File: "pgstat_relation.c", Line: 508  (Michael Paquier <michael@paquier.xyz>)
Re: TRAP: FailedAssertion("tabstat->trans == trans", File: "pgstat_relation.c", Line: 508  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,

On 2022-05-11 15:48:40 +0900, Michael Paquier wrote:
> On Mon, Apr 25, 2022 at 03:18:52PM +0900, Michael Paquier wrote:
> > On Wed, Apr 20, 2022 at 01:03:20PM +0200, Erik Rijkers wrote:
> >> Yes, that seems to fix it: I applied that latter patch, and ran my program
> >> 250x without errors. Then I removed it again an it gave the error within
> >> 15x.
> > 
> > That looks simple enough, indeed.  Andres, are you planning to address
> > this issue?
> 
> Ping.  It looks annoying to release beta1 with that, as assertions are
> likely going to be enabled in a lot of test builds.

I'll try to fix it tomorrow... Sorry for the delay.

Greetings,

Andres Freund



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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: wrong fds used for refilenodes after pg_upgrade relfilenode changes Reply-To:
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Comments on Custom RMGRs