Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors
От
Fabien COELHO
Тема
Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors
Дата
Msg-id
alpine.DEB.2.20.1707121338090.12795@lancre
Ответ на
Список
Дерево обсуждения
Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors Marina Polyakova <m.polyakova@postgrespro.ru>
> LastBeginState -> RetryState? I'm not sure why this state is a pointer in > CState. Putting the struct would avoid malloc/free cycles. Index "-1" may be > used to tell it is not set if necessary. Another detail I forgot about this point: there may be a memory leak on variables copies, ISTM that the "variables" array is never freed. I was not convinced by the overall memory management around variables to begin with, and it is even less so with their new copy management. Maybe having a clean "Variables" data structure could help improve the situation. -- Fabien.
В списке pgsql-hackers по дате отправления