Re: Removing support for < 7.4 servers

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Removing support for < 7.4 servers
Date: 2014-03-07 12:50:37
Message-ID: CAB7nPqQoWm4WUuGbgxd+3SHJhiY8Lw8k-ChXU7rPtJ6SrM7Ycg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Fri, Mar 7, 2014 at 5:12 PM, Heikki Linnakangas
<hlinnakangas(at)vmware(dot)com> wrote:
> It would be good to do such big changes as part of the next major release,
> 09.04.xxxx. But we need to start doing them earlier, and continue to do bug
> fixes for the 09.03.xxxx series at the same time. Historically, we've only
> maintained one branch of psqlodbc, the latest one. I don't think we want to
> change that, so we need to be fairly careful to not do any big behavioral
> changes to existing applications. Otherwise an application could get stuck
> on an older release. Even with that constraint, there's a lot of old cruft
> that we could safely remove and clean up.
It would be nice IMO if odbc follows a branching model similar to jdbc
or Postgres itself with stable branches dedicated to each major
release. i imagine that as long as the clean up is not really done,
such a development model is complicated because it would make
development of bug fixes on back-branches more complicated though...

> I'd suggest that you do the changes on a fork in github and keep the mailing
> list posted on how it's going, and we merge that into the main psqlodbc
> repository when it's time for the 09.04.xxxx release.
Yep, no problem. Hm... I understand that this is hard to estimate, but
I suppose that a potential target for a 09.04.X release would be once
Postgres 9.4.0 is out. Thoughts?

> If you create new test cases, those should work with the current codebase as
> well, so we can merge those into the master branch earlier. So please post
> those separately to the mailing list as you go.
Sure.
--
Michael

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-07 13:25:10 Re: Removing support for < 7.4 servers
Previous Message Przemyslaw Rzepecki 2014-03-07 12:47:00 Re: SQLFetchScroll with SQL_ATTR_ROWS_FETCHED_PTR closing statement.