Re: pgAgent: C++ Port - Patch Review

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Linreg <linreg(at)gmx(dot)net>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: pgAgent: C++ Port - Patch Review
Date: 2013-09-19 21:10:55
Message-ID: CA+OCxoyq0=CKqo0jSCqs78=MHLKPWO900LstmcGA-yuBeObbZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Sep 19, 2013 at 3:28 PM, Linreg <linreg(at)gmx(dot)net> wrote:
>
>> They have a limited list of platforms there, but FYI, RHEL 5 ships
>
>> with Boost 1.41.0, so if that works, we're probably OK.
>
>
>
> Please have an look to this Page
>
> https://access.redhat.com/support/policy/updates/errata/
>
>
>
> RHEL5 will be supported until 2017 or with extended support 2020!
>
> you realy want to wait another 4 or 7 years and use old libs and compiler?
>
> Is it not better to make an static linked version or to open a second branch
> (the number of patches is very low)?

We certainly won't support new versions of pgAgent (or pgAdmin) on
RHEL 5 for that long, but it is still in common use at the moment so
we're not dropping it just yet.

> nonetheless i will try to compile it with boost-feature from Boost 1.41.0.
>
> i must remove the atomic-feature. this should be not a problem.

Thanks.

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

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

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dhiraj Chawla 2013-09-20 11:48:10 PGAdmin Crashes when a column is dropped from a table (issue fix patch)
Previous Message Linreg 2013-09-19 15:28:36 Re: pgAgent: C++ Port - Patch Review