pgAdmin III commit: Fix cache type lookup

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix cache type lookup
Date: 2011-11-03 11:20:07
Message-ID: E1RLvL5-0001fS-2m@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix cache type lookup

The boolean datatype was never in cache, which makes an export really slow.
That patch should help make queries, and exports much faster.

Per report from Boris Pezzati.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/db/pgSet.cpp | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message philippe rimbault 2011-11-03 16:38:45 Compilation on Debian SID
Previous Message Guillaume Lelarge 2011-11-01 15:31:36 Re: [PATCH] Improve autocompletion for SELECT statements