pgAdmin III commit: Avoid querying the catalogs for toast table setting - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Avoid querying the catalogs for toast table setting
Date
Msg-id E1TZ0N3-0003DM-Ad@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Avoid querying the catalogs for toast table settings
for every table in the database. This gives a huge
performance gain with large schemas.

Branch
------
master

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

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


pgadmin-hackers by date:

Previous
From: Vladimir Kokovic
Date:
Subject: Re: pg_scanner - patch no.1
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Avoid querying the catalogs for toast table setting