From: | Linreg <linreg(at)gmx(dot)net> |
---|---|
To: | Neel Patel <neel(dot)patel(at)enterprisedb(dot)com> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, Dave Page <dpage(at)pgadmin(dot)org> |
Subject: | Re: pgAgent: C++ Port - Patch Review |
Date: | 2013-10-28 07:13:20 |
Message-ID: | 1973245.VGqPizu8Om@wolfclan.ang.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Hi,
> > 1.)
> >
> > it is system dependent. On my SUSE system pibpg-header to be
> > installed under the pgsql directory.
> >
> > Example: /usr/include/pgsql/libpq-fe.h
>
> As we discussed we should remove the pgsql/ prefix.
of course, i will correct it.
>
> > 2.)
> >
> > I changed tmpnam to mkdtemp.
> >
> > I hope thats is okay
>
> OK.
>
> > 3.)
> >
> > Can you tell me the name of the files. I will delete comments.
>
> connection.cpp
> job.cpp
> misc.cpp
> pgAgent.h
>
> Also check other files for commented codes.
Okay. I will check it.
> > 4.)
> >
> > its also my job?
>
> I think so because you have only implemented this feature so you are the
> best person to do it. :)
But please do not beat me for my english :)
> > 5.)
> >
> > I have corrected. In the default branch of the switch statement was
> > a return statement(Job.cpp Line: 325). Before that i have
> > a "delete steps," added
>
> That is fine. But what about return statement in Job.cpp:346 ?
Correct.
I hope i have all places of "return" corrected. :)
From | Date | Subject | |
---|---|---|---|
Next Message | Linreg | 2013-10-28 07:18:42 | Re: pgAgent: C++ Port - Patch Review |
Previous Message | Sven Meirsman | 2013-10-25 15:51:30 | Re: [pgadmin-support] pgAdmin 1.18.0 + slony-I 2.2.0 + PG 9.3 |