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-06-09 00:59:50
Message-ID: CAB7nPqRuxEuBgM-us4oKsc-rB6qN84CgsOC8M0O+pyW2d_GUKA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Tue, Apr 1, 2014 at 8:00 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> Just to keep everybody updated, I have done some progress for that:
> - Cleanup of the #ifdef ODBCVER blocks
> - Removal of all references to ~7.4 servers in documentation
> - Removal of code paths for ~7.4 servers (ksqo, etc.)
> - Renaming of column PRECISION to COLUMN_SIZE in pgtypes.c
> - Reorganization and grouping of info*.c, odbcapi*.c, pgapi*.c
> All those things are organized in different commits in the fork of
> odbc I am keeping on github to facilitate future merge, and pass all
> the regression tests including the latest ones committed.
This work has been rebased on latest master commit (9e71e4d):
https://github.com/michaelpq/psqlodbc/tree/cleanup-94
--
Michael

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message lev.bukovski 2014-06-09 06:09:38 Connection lost notification
Previous Message Dave Page 2014-06-07 10:21:55 Re: Need new psqlODBC release to update OpenSSL again