From: | "Matteo Bertini" <matteo(at)naufraghi(dot)net> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | PATCH: Limit 100 default in frmEditGrid.cpp |
Date: | 2009-01-10 01:58:32 |
Message-ID: | 1e2c38000901091758t2226abc3y710ef148060f9d17@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
Attachment | Content-Type | Size |
---|---|---|
default-limit-100-in-edit-grid.diff | application/octet-stream | 556 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Quan Zongliang | 2009-01-10 02:55:32 | Re: SVN Commit by dpage: r7544 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui |
Previous Message | svn | 2009-01-09 21:37:05 | SVN Commit by dpage: r7544 - in trunk/pgadmin3: . pgadmin/frm pgadmin/include/utils pgadmin/ui |