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 ------ REL-1_12_0_PATCHES Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e85805d2a80b01ab4a977ba8b78a203de3797582 Author: Nikhil S <[email protected]> Modified Files -------------- CHANGELOG | 3 +++ pgadmin/dlg/dlgMainConfig.cpp | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
