Обсуждение: pgAdmin III commit: Fix crash when selecting a not-connected database

Поиск
Список
Период
Сортировка

pgAdmin III commit: Fix crash when selecting a not-connected database

От
Guillaume Lelarge
Дата:
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=17f31b4e5a357bf5d872b9a92a3c9252815e4b68

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
------
REL-1_12_0_PATCHES

Modified Files
--------------
pgadmin/schema/pgDatabase.cpp |    5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)