Re: ODBC driver maintenance: PostgreSQL 16 support and other open items

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: SAITO Hiroshi <hiroshi(at)winpg(dot)jp>, Dave Cramer <davecramer(at)postgres(dot)rocks>, Devrim Gündüz <devrim(at)gunduz(dot)org>, "Inoue,Hiroshi" <hinoue205(at)gmail(dot)com>, pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
Date: 2023-09-07 03:36:40
Message-ID: ZPlFSMRNFW6u6gY2@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Wed, Sep 06, 2023 at 12:10:19PM -0400, Joe Conway wrote:
> We are running out of time until the Postgres v16 release -- it is currently
> scheduled for next week on 14 September.
>
> Two people, Dave Cramer and Michael Paquier, have offered to help if you
> will allow them to have commit access to the repository.

Confirmed. I am not sure if I could help with integration of
complicated features, but I'm OK with stabilizing the whole and making
sure that the regression tests are able to run where they should,
perhaps except Windows. In my experience with this code from a few
years back, the portability of changes matters less than the
stability of the code between the ODBC layer and the internal
SAVEPOINT-heavy logic. Even more now that this stuff requires libpq
and does not speak directly the Postgres protocol.
--
Michael

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue,Hiroshi 2023-09-07 05:28:53 Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
Previous Message Joe Conway 2023-09-06 16:10:19 Re: ODBC driver maintenance: PostgreSQL 16 support and other open items