PATCH: Limit 100 default in frmEditGrid.cpp

Поиск
Список
Период
Сортировка
От Matteo Bertini
Тема PATCH: Limit 100 default in frmEditGrid.cpp
Дата
Msg-id 1e2c38000901091758t2226abc3y710ef148060f9d17@mail.gmail.com
обсуждение исходный текст
Ответы Re: PATCH: Limit 100 default in frmEditGrid.cpp  ("Dave Page" <dpage@pgadmin.org>)
Список pgadmin-hackers
I propose a small patch to frmEditGrid.cpp that changes the default limit form "No limit" to "100 rows".

Another option, more coherent in design to the rest of the program, can be disabling automatic run and let the user configure the option before. I think there are a small number of forms that are performing long operation at the show time without the explicit user action.

Besides usability, the problem I found is a segfault happening when the table is huge (mine is 14e6 records) and the frmEditGrid is closed before the load is complete. In my configuration the crash is reproducible with version 1.8.4 and trunk.

Cheers,
Matteo Bertini

Вложения

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7544 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui
Следующее
От: Quan Zongliang
Дата:
Сообщение: Re: SVN Commit by dpage: r7544 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui