Обсуждение: SVN Commit by mha: r7475 - trunk/pgadmin3/pgadmin/schema

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

SVN Commit by mha: r7475 - trunk/pgadmin3/pgadmin/schema

От
svn@pgadmin.org
Дата:
Author: mha

Date: 2008-09-18 10:12:51 +0100 (Thu, 18 Sep 2008)

New Revision: 7475

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7475&view=rev

Log:
Don't run a separate query for the database description for each database,
instead fold it into the main query.

Also, don't refresh the default schema until actually connecting to the
database - previous code ran it in the maintenance database once for each
database in the system, and then again in the actual database after
connection.

Fixes a large performance regression on systems with a very large number
of databases.



Modified:
   trunk/pgadmin3/pgadmin/schema/pgDatabase.cpp