Re: BUG #17422: Memory leak

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: BUG #17422: Memory leak
Дата
Msg-id 20220301202112.f6dc5ooory7tqdir@alap3.anarazel.de
обсуждение исходный текст
Ответ на BUG #17422: Memory leak  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On 2022-03-01 17:06:02 +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
> 
> Bug reference:      17422
> Logged by:          Vitaly Stoyan
> Email address:      vitstn@gmail.com
> PostgreSQL version: 13.6
> Operating system:   any
> Description:        
> 
> https://github.com/postgres/postgres/blob/REL_13_STABLE/src/backend/utils/adt/json.c#L83
> 
> It seems memory allocated by palloc for lex variable isn't freed

In a lot of places we free memory in bulk by resetting memory contexts. See
https://github.com/postgres/postgres/blob/master/src/backend/utils/mmgr/README

Greetings,

Andres Freund



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17422: Memory leak
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17424: Build failed on disabled GNUC in Clang environment CFLAGS= -O2 -fgnuc-version=0