pgAdmin III commit: Fix a crash when trying to save an edited pg_hba

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix a crash when trying to save an edited pg_hba
Дата
Msg-id 201101282239.p0SMd19W065799@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fix a crash when trying to save an edited pg_hba

When one tries the "open postgresql.conf" and opens instead a pg_hba.conf,
trying to save a modification will crash pgAdmin3. This patch fixes this.

Report and patch from Nikhil S.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=39de70cde6e539e1836270011ab333320ca3f2ae
Author: Nikhil S <nixmisc@gmail.com>

Modified Files
--------------
CHANGELOG                     |    3 +++
pgadmin/dlg/dlgMainConfig.cpp |    3 +++
2 files changed, 6 insertions(+), 0 deletions(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: New release?
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdmin III: crash when trying to save edited pg_hba.conf