Thread: pgAdmin III commit: Avoid querying the catalogs for toast table setting

pgAdmin III commit: Avoid querying the catalogs for toast table setting

From
Dave Page
Date:
Avoid querying the catalogs for toast table settings
for every table in the database. This gives a huge
performance gain with large schemas.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5d740d49c9957ecf96098ba0a07d48fd608328d1

Modified Files
--------------
CHANGELOG                  |    3 +
pgadmin/schema/pgTable.cpp |  111 ++++++++++++++++++++------------------------
2 files changed, 54 insertions(+), 60 deletions(-)