Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=18624cb875a5308388845461c0bba67c1600136c
Log Message ----------- Fix crash when selecting a not-connected database When pgAdmin's browser is on the statistics tab and if a user clicks on a not-already-connected database, the queries on statistics informations are fired over a non-existant connection, this resulting in a crash. This patch uses the connection of the maintenance database if pgAdmin doesn't already have a connection to the database for which we want to see statistics. Branch ------ master Modified Files -------------- pgadmin/schema/pgDatabase.cpp | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
