pgAdmin III commit: Handle materialised views more efficiently, by not - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Handle materialised views more efficiently, by not
Date
Msg-id E1V06kc-0004pk-Bj@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Fwd: patch proposal for acinclude.m4 to better support gcc on illumos/smartos
Next
From: Dave Page
Date:
Subject: Re: Materialized View Patch File