| От | Alexander Pyhalov |
|---|---|
| Тема | Re: memory leak in trigger handling (since PG12) |
| Дата | |
| Msg-id | 48e251869b7ef921b7f894a3c7cb154a@postgrespro.ru обсуждение |
| Ответ на | Re: memory leak in trigger handling (since PG12) (Tomas Vondra <tomas.vondra@enterprisedb.com>) |
| Ответы |
Re: memory leak in trigger handling (since PG12)
|
| Список | pgsql-hackers |
Tomas Vondra писал 2023-06-22 17:16: > On 6/22/23 13:46, Tomas Vondra wrote: >> ... >> >> I haven't tried the reproducer, but I think I see the issue - we store >> the bitmap as part of the event to be executed later, but the bitmap >> is >> in per-tuple context and gets reset. So I guess we need to copy it >> into >> the proper long-lived context (e.g. AfterTriggerEvents). >> >> I'll get that fixed. >> > > Alexander, can you try if this fixes the issue for you? > > > regard Hi. The patch fixes the problem and looks good to me. -- Best regards, Alexander Pyhalov, Postgres Professional
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера