Re: Debug works, Release not

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Jasmin Dizdarevic <jasmin(dot)dizdarevic(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Debug works, Release not
Date: 2011-01-07 14:36:08
Message-ID: AANLkTi=GXd5ZipSMmD6X7h_vrK=17xO+iaWye8e81L6k@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Jan 6, 2011 at 7:30 PM, Jasmin Dizdarevic
<jasmin(dot)dizdarevic(at)gmail(dot)com> wrote:
> Hi,
> here is the patch, that enables UI for pgAgent 4.

Cool!

> It would be great if somebody could try to build in Release mode.
> The UI should work with pgAgent schema version 3 - if not, please tell me.

It doesn't. See the attached screenshot for the error seen upon
connection. Further errors when checking opening the new job dialogue,
then a crash. It shouldn't take much effort to figure out I imagine
:-)

> Please tell me also, if I have violated coding policies or something else.

Actually, it looks pretty clean to me. A good first-ever patch, style
wise and architecturally.

> To test the new features, you can apply attached pgagent_upgrade.sql.

You're missing a ; in there on line 19, and have terminated lines 27 -
29 with , instead of ;.

Fixing that, and I can see the new UI without any errors, however, I
cannot test it without an agent. Actually, that's pretty annoying -
currently I can configure my jobs before I setup my agent, but with
this change, I can no longer do that, because the agents need to have
registered their email capability in the database already. I'm not
sure that's behaviour that is desirable... but it becomes irrelevant
if we fully integrate the SMTP code as discussed.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
image/png 37.8 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jasmin Dizdarevic 2011-01-07 18:28:21 Re: Debug works, Release not
Previous Message Dave Page 2011-01-07 12:11:46 Re: Optional Exporting or copying result with (,) as decimal mark