Обсуждение: pgAdmin III commit: Handle materialised views more efficiently, by not

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

pgAdmin III commit: Handle materialised views more efficiently, by not

От
Dave Page
Дата:
Handle materialised views more efficiently, by not running queries
for every view. Run make style while we're at it.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=30c29a1772209c6864b191bacb77e8c01fe0b26d
Author: Neel Patel <neel.patel@enterprisedb.com>

Modified Files
--------------
pgadmin/ctl/ctlProgressStatusBar.cpp |    2 +-
pgadmin/dlg/dlgView.cpp              |    6 ++---
pgadmin/include/schema/pgView.h      |   12 +++++++--
pgadmin/include/utils/sshTunnel.h    |    2 +-
pgadmin/schema/pgView.cpp            |   47 ++++++++--------------------------
pgadmin/utils/sshTunnel.cpp          |    5 ++--
6 files changed, 29 insertions(+), 45 deletions(-)