pgsql: Plug more memory leaks when reloading config file.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Plug more memory leaks when reloading config file.
Дата
Msg-id E1W5ciI-0000sj-N8@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Plug more memory leaks when reloading config file.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Plug more memory leaks when reloading config file.

Commit 138184adc5f7c60c184972e4d23f8cdb32aed77d plugged some but not
all of the leaks from commit 2a0c81a12c7e6c5ac1557b0f1f4a581f23fd4ca7.
This tightens things up some more.

Amit Kapila, per an observation by Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a5bca4ef034f71175d46462963af2329d22068c2

Modified Files
--------------
src/backend/utils/misc/guc-file.l |   20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Plug more memory leaks when reloading config file.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Avoid a possible relcache leak in get_object_address_attribute.