pgAdmin III commit: In case of postgres-reg.ini only containing PPAS se

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: In case of postgres-reg.ini only containing PPAS se
Date: 2011-05-31 16:50:08
Message-ID: 201105311650.p4VGo8OC059648@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

In case of postgres-reg.ini only containing PPAS server information,
it is not being picked up properly by pgAdmin. The issue is in
pgServerFactory::CreateObjects() function. Even though the server
information is being read correctly from the file, it is not being
appended correctly into the browser object.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4719d5ca90a34f600b59a4c7f73f35a4f0c7c4e5
Author: Nikhil S <nixmisc(at)gmail(dot)com>

Modified Files
--------------
pgadmin/schema/pgServer.cpp | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-05-31 16:50:53 pgAdmin III commit: In case of postgres-reg.ini only containing PPAS se
Previous Message Nikhil S 2011-05-31 15:31:45 pgAdmin III - Default server info from postgres-reg.ini not getting picked up