pgAdmin III commit: Fix cache type lookup

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix cache type lookup
Дата
Msg-id E1RLvL5-0001fW-3a@gothos.postgresql.org
обсуждение исходный текст
Список 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
------
REL-1_14_0_PATCHES

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

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


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: [PATCH] Improve autocompletion for SELECT statements
Следующее
От: philippe rimbault
Дата:
Сообщение: Compilation on Debian SID