Re: pgAgent: C++ Port - Patch Review

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: pgAgent: C++ Port - Patch Review
Дата
Msg-id CA+OCxoxkczHX+_sq0R2=JykFAK6uBOim6KYpVr59Hp1s0wCRiQ@mail.gmail.com
обсуждение исходный текст
Ответ на pgAgent: C++ Port - Patch Review  (Linreg <linreg@gmx.net>)
Ответы Re: pgAgent: C++ Port - Patch Review  (Linreg <linreg@gmx.net>)
Список pgadmin-hackers
Hi

Can you send a single patch please? "git diff > patch.diff" should do that.

Thanks.

On Wed, Sep 11, 2013 at 1:54 PM, Linreg <linreg@gmx.net> wrote:
> Hello Dave,
>
>
>
> here are my first patches. i hope the format is correct.
>
>
>
> a liitle summary of my changes:
>
> -------------------------------
>
> + linux code is tested from me
>
> + windows code is edited, but not tested
>
>
>
> + wx-lib removed
>
> + c++ classes used
>
> + no mutex needed, database connection is rewritten, less code, simpler
> codeflow
>
> + cmake files are not adopted, i dont know how. i use qmake (sorry for that)
>
> + connectstring parsing rewritten
>
> + LogMessage has a timestamp column and is in csv like structure
>
> + pure c++ trim and replace function
>
> + ip validation: ipv6 testing is to simple in the moment
>
> + ip validation: unix domain socket alias filepath for host-values are
> accepted
>
>
>
> Question:
>
> can anyone give me a checklist for the window side?
>
> Or has anyone a visualstudio project file?
>
>
>
> Thomas Steffen
>
> ---------------------------------------------------------
>
> - Software Developer and engineer for electric technology
>
> - C/C++, Perl, VBA and many more
>
> ---------------------------------------------------------



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

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


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

Предыдущее
От: Linreg
Дата:
Сообщение: pgAgent: C++ Port - Patch Review
Следующее
От: Linreg
Дата:
Сообщение: Re: pgAgent: C++ Port - Patch Review