Re: [HACKERS] CurTransactionContext freed before transaction COMMIT???

Поиск
Список
Период
Сортировка
От Gaddam Sai Ram
Тема Re: [HACKERS] CurTransactionContext freed before transaction COMMIT???
Дата
Msg-id 15f53f4c47f.11498d9f3777.5163761064174298129@zohocorp.com
обсуждение исходный текст
Ответ на Re: [HACKERS] CurTransactionContext freed before transaction COMMIT ???  (Amit Kapila <amit.kapila16@gmail.com>)
Ответы Re: [HACKERS] CurTransactionContext freed before transaction COMMIT ???  (Michael Paquier <michael.paquier@gmail.com>)
Re: [HACKERS] CurTransactionContext freed before transaction COMMIT ???  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
Thanks for the response,

Can you check if CurTransactionContext is valid at that point? 

Any Postgres function to check if CurTransactionContext is valid or not?

To see, if this problem is related to CurTransactionContext, can you try to populate the list in TopMemoryContext and see if that works.

Did you mean TopTransactionContext? 
As of now, we don't free our dlist. We solely depend on Postgres to free our dlist while it frees the TopTransactionContext. But if we do allocate in TopMemoryContext, we need to take care of freeing our allocations.

And one more issue is, we found this bug once in all the testing we did. So trying to replay this bug seems very difficult.

Regards,
G. Sai Ram

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] CurTransactionContext freed before transaction COMMIT ???
Следующее
От: Michael Paquier
Дата:
Сообщение: [HACKERS] Re: [BUGS] BUG #14849: jsonb_build_object doesn't like VARIADIC callsvery much