| From: | gabrielle <gorthx(at)gmail(dot)com> |
|---|---|
| To: | Dave Page <dpage(at)pgadmin(dot)org> |
| Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Re: patch: display index valid/invalid status |
| Date: | 2013-05-02 23:33:45 |
| Message-ID: | CAHRs-_eX4B7hgn_zjRWzndLLtN8JPfX-CbPkEExBwdXAV5iLZw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
On Thu, May 2, 2013 at 1:28 AM, Dave Page <dpage(at)pgadmin(dot)org> wrote:
> Unfortunately it needs a little tweaking, but that shouldn't be hard:
>
> - I don't believe there's any need to modify the queries in the
> database designer code (dd/ddmodel/ddDBReverseEnginering.cpp), as the
> columns you've added aren't used anywhere.
>
> - You've updated dlgIndex to support a new checkbox, but, the patch
> doesn't include the corresponding update to dlgIndex.xrc that actually
> places the checkbox on the UI. However.... we don't include controls
> on dialogues for properties that cannot be changed (either at
> creation, post creation, or both), so you don't need to include the
> code changes to dlgIndex anyway.
>
Ah, sure, that's obvious now :)
>
> The rest of the patch looks good - and as I'm planning to cut the
> alpha release today, I've committed it, having removed the two changes
> above.
>
> Thanks (and congratulations on your first patch)!
>
Grand! Thank you.
gabrielle
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jasmin Dizdarevic | 2013-05-07 05:53:00 | Re: 2 patches |
| Previous Message | jenkins | 2013-05-02 17:08:12 | Jenkins build is back to normal : pgAdmin master branch #70 |