Re: Patch for Caching datatypes for dlgColumn

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Patch for Caching datatypes for dlgColumn
Дата
Msg-id 937d27e10907070628h3bcbbf8ck86d7f89f9439456c@mail.gmail.com
обсуждение исходный текст
Ответ на Patch for Caching datatypes for dlgColumn  (Sachin Srivastava <sachin.srivastava@enterprisedb.com>)
Список pgadmin-hackers
On Mon, Jul 6, 2009 at 10:32 AM, Sachin
Srivastava<sachin.srivastava@enterprisedb.com> wrote:
> Hi all,
>
> For the TODO item:
>
> * Cache datatypes used by dlgColumn as reloading them when adding multiple
> columns to a new table can be slow over WANs.
>
> Attached is a patch for it. Please give your comments on it.

Thanks, patch applied. I made a couple of minor changes - it was
suffering from type/module variable/function parameter naming
confusion. It now uses 'dataTypeCache' for the type, 'dtCache' for the
module variables, and 'cache' for the function parameters.

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7965 - in trunk/pgadmin3: . pgadmin/dlg pgadmin/include/dlg
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by guillaume: r7966 - in trunk/pgadmin3: . pgadmin/utils