[patch] Potential relcache leak in get_object_address_attribute

Поиск
Список
Период
Сортировка
От Marti Raudsepp
Тема [patch] Potential relcache leak in get_object_address_attribute
Дата
Msg-id CABRT9RDdFVc05vhQCZ7QR_B-_cbQZOGv=oehepuYAt_LGrV4PA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [patch] Potential relcache leak in get_object_address_attribute  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi list,

It looks like the get_object_address_attribute() function has a
potential relcache leak. When missing_ok=true, the relation is found
but attribute is not, then the relation isn't closed, nor is it
returned to the caller.

I couldn't figure out any ways to trigger this, but it's best to fix anyway.

Regards,
Marti

Вложения

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

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: array_length(anyarray)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Heavily modified big table bloat even in auto vacuum is running