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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Handle materialised views more efficiently, by not
Date: 2013-07-19 09:13:22
Message-ID: E1V06kc-0004pk-Bj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)patel(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-07-19 09:13:39 Re: Materialized View Patch File
Previous Message Dave Page 2013-07-19 08:56:35 Re: Fwd: patch proposal for acinclude.m4 to better support gcc on illumos/smartos