Ident context leak during reloading of conf files when no ident information is present in the file

Поиск
Список
Период
Сортировка
От Haribabu kommi
Тема Ident context leak during reloading of conf files when no ident information is present in the file
Дата
Msg-id 8977CB36860C5843884E0A18D8747B0372BCA1AB@szxeml558-mbs.china.huawei.com
обсуждение исходный текст
Ответы Re: Ident context leak during reloading of conf files when no ident information is present in the file  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers

There is an ident context leak which is occurs during reload of configuration files when

there is no ident configuration items are present in the configuration file.

 

In function load_ident(), New context is allocated to store the new_parsed_lines and deletes

the old context when parsed_ident_lines are present. If no parsed_ident_lines are present then

the context is not deleted.

 

Patch with fix is attached in the mail. please review and let me know your suggestions.

 

Regards,

Hari babu.

Вложения

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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: Patch for fail-back without fresh backup
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: UNION ALL on partitioned tables won't use indices.