public inbox for [email protected]
help / color / mirror / Atom feedODBC driver maintenance: PostgreSQL 16 support and other open items
20+ messages / 6 participants
[nested] [flat]
* ODBC driver maintenance: PostgreSQL 16 support and other open items
@ 2023-09-02 10:27 Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
0 siblings, 1 reply; 20+ messages in thread
From: Devrim Gündüz @ 2023-09-02 10:27 UTC (permalink / raw)
To: Hiroshi Saito <[email protected]>; Inoue,Hiroshi <[email protected]>; +Cc: [email protected]
Hi,
Latest version of ODBC driver fails to build against PostgreSQL 16. A
report is here:
https://www.postgresql.org/message-id/5D27E7EF-BBA7-4A44-8FA5-17BAEFED6EB4%40enterprisedb.com
PostgreSQL 16 RC1 is out, so this needs to be fixed ASAP.
Also there are other pending issues, like:
https://www.postgresql.org/message-id/BY1PR17MB702388305761ED7EC79CA896DC00A%40BY1PR17MB7023.namprd1...
and feature requests, like:
https://www.postgresql.org/message-id/SN4PR0601MB861386378F09DA8BA1E956EFFF02A%40SN4PR0601MB8613.nam...
Do you have a timeline for these? I can see that there are several
people in the mailing list (not me) to step up the plate and help fix
the issues. Would you consider moving project to Github, so that people
can send PR and you can merge them, if you don't have time to fix them
all?
Thanks!
Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
@ 2023-09-02 15:19 ` Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
0 siblings, 1 reply; 20+ messages in thread
From: Dave Cramer @ 2023-09-02 15:19 UTC (permalink / raw)
To: Devrim Gündüz <[email protected]>; +Cc: Hiroshi Saito <[email protected]>; Inoue,Hiroshi <[email protected]>; [email protected]
On Sat, 2 Sept 2023 at 06:27, Devrim Gündüz <[email protected]> wrote:
>
> Hi,
>
> Latest version of ODBC driver fails to build against PostgreSQL 16. A
> report is here:
>
>
> https://www.postgresql.org/message-id/5D27E7EF-BBA7-4A44-8FA5-17BAEFED6EB4%40enterprisedb.com
>
> PostgreSQL 16 RC1 is out, so this needs to be fixed ASAP.
>
> Also there are other pending issues, like:
>
>
> https://www.postgresql.org/message-id/BY1PR17MB702388305761ED7EC79CA896DC00A%40BY1PR17MB7023.namprd1...
>
> and feature requests, like:
>
>
> https://www.postgresql.org/message-id/SN4PR0601MB861386378F09DA8BA1E956EFFF02A%40SN4PR0601MB8613.nam...
>
> Do you have a timeline for these? I can see that there are several
> people in the mailing list (not me) to step up the plate and help fix
> the issues. Would you consider moving project to Github, so that people
> can send PR and you can merge them, if you don't have time to fix them
> all?
>
I'd certainly be a proponent of moving to github and helping out maintain
this.
Dave
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
@ 2023-09-03 23:44 ` Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
0 siblings, 1 reply; 20+ messages in thread
From: Michael Paquier @ 2023-09-03 23:44 UTC (permalink / raw)
To: Dave Cramer <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; Hiroshi Saito <[email protected]>; Inoue,Hiroshi <[email protected]>; [email protected]
On Sat, Sep 02, 2023 at 11:19:54AM -0400, Dave Cramer wrote:
> On Sat, 2 Sept 2023 at 06:27, Devrim Gündüz <[email protected]> wrote:
>> Do you have a timeline for these? I can see that there are several
>> people in the mailing list (not me) to step up the plate and help fix
>> the issues. Would you consider moving project to Github, so that people
>> can send PR and you can merge them, if you don't have time to fix them
>> all?
>
> I'd certainly be a proponent of moving to github and helping out maintain
> this.
That would be like a big change, still if that helps in keeping the
project more healthy than it is now, why not. From what I can see,
this driver's development has been let aside.
Saito-san and Inoue-san have done a good job over the years spending
cycles on maintaining that. The question is who could actually take
care of the basic maintenance of the driver? I do have a little bit
of experience with the ODBC code base in the history of the project in
the 2015~2017 area with its core code and the regression tests as
VMware was relying heavily on it back these days. So I could handle a
few of the compatibility changes to keep the thing able to build and
pass the tests, but my experience feels kind of limited. Or it's just
that everybody has zero experience with it and I'm one with the most
experience :)
I was just quickly testing a build, and Debian does not offer
odbc_config that would be in unixodbc, but iodbc is able to build.
I recall that it was slightly easier to work on this stuff with
homebrew under MacOS, actually..
--
Michael
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
@ 2023-09-04 11:13 ` Dave Cramer <[email protected]>
2023-09-04 14:07 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
0 siblings, 2 replies; 20+ messages in thread
From: Dave Cramer @ 2023-09-04 11:13 UTC (permalink / raw)
To: Michael Paquier <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; Hiroshi Saito <[email protected]>; Inoue,Hiroshi <[email protected]>; [email protected]
Dave Cramer
www.postgres.rocks
On Sun, 3 Sept 2023 at 19:44, Michael Paquier <[email protected]> wrote:
> On Sat, Sep 02, 2023 at 11:19:54AM -0400, Dave Cramer wrote:
> > On Sat, 2 Sept 2023 at 06:27, Devrim Gündüz <[email protected]> wrote:
> >> Do you have a timeline for these? I can see that there are several
> >> people in the mailing list (not me) to step up the plate and help fix
> >> the issues. Would you consider moving project to Github, so that people
> >> can send PR and you can merge them, if you don't have time to fix them
> >> all?
> >
> > I'd certainly be a proponent of moving to github and helping out maintain
> > this.
>
> That would be like a big change, still if that helps in keeping the
> project more healthy than it is now, why not. From what I can see,
> this driver's development has been let aside.
>
This really isn't a big change. At least I don't see it that way. It makes
it much easier to create pull requests which are significantly easier to
manage than patch files.
>
> Saito-san and Inoue-san have done a good job over the years spending
> cycles on maintaining that. The question is who could actually take
> care of the basic maintenance of the driver? I do have a little bit
> of experience with the ODBC code base in the history of the project in
> the 2015~2017 area with its core code and the regression tests as
> VMware was relying heavily on it back these days. So I could handle a
> few of the compatibility changes to keep the thing able to build and
> pass the tests, but my experience feels kind of limited. Or it's just
> that everybody has zero experience with it and I'm one with the most
> experience :)
>
I had some experience looking at it, but would take some time to get up to
speed on this. Something I am willing to do. I'm sort of hoping this is
more of a maintenance thing than active development. I'm certainly willing
to pitch in.
Dave
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
@ 2023-09-04 14:07 ` Dave Cramer <[email protected]>
1 sibling, 0 replies; 20+ messages in thread
From: Dave Cramer @ 2023-09-04 14:07 UTC (permalink / raw)
To: Michael Paquier <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; Hiroshi Saito <[email protected]>; Inoue,Hiroshi <[email protected]>; [email protected]
On Mon, 4 Sept 2023 at 07:13, Dave Cramer <[email protected]> wrote:
>
> Dave Cramer
> www.postgres.rocks
>
>
> On Sun, 3 Sept 2023 at 19:44, Michael Paquier <[email protected]> wrote:
>
>> On Sat, Sep 02, 2023 at 11:19:54AM -0400, Dave Cramer wrote:
>> > On Sat, 2 Sept 2023 at 06:27, Devrim Gündüz <[email protected]> wrote:
>> >> Do you have a timeline for these? I can see that there are several
>> >> people in the mailing list (not me) to step up the plate and help fix
>> >> the issues. Would you consider moving project to Github, so that people
>> >> can send PR and you can merge them, if you don't have time to fix them
>> >> all?
>> >
>> > I'd certainly be a proponent of moving to github and helping out
>> maintain
>> > this.
>>
>> That would be like a big change, still if that helps in keeping the
>> project more healthy than it is now, why not. From what I can see,
>> this driver's development has been let aside.
>>
>
> This really isn't a big change. At least I don't see it that way. It makes
> it much easier to create pull requests which are significantly easier to
> manage than patch files.
>
>
>>
>> Saito-san and Inoue-san have done a good job over the years spending
>> cycles on maintaining that. The question is who could actually take
>> care of the basic maintenance of the driver? I do have a little bit
>> of experience with the ODBC code base in the history of the project in
>> the 2015~2017 area with its core code and the regression tests as
>> VMware was relying heavily on it back these days. So I could handle a
>> few of the compatibility changes to keep the thing able to build and
>> pass the tests, but my experience feels kind of limited. Or it's just
>> that everybody has zero experience with it and I'm one with the most
>> experience :)
>>
>
> I had some experience looking at it, but would take some time to get up to
> speed on this. Something I am willing to do. I'm sort of hoping this is
> more of a maintenance thing than active development. I'm certainly willing
> to pitch in.
>
> Dave
>
To be clear, I am offering to help in any way. However, only with the
agreement of Saito-san and Inoue-san.
Dave
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
@ 2023-09-05 03:21 ` Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
1 sibling, 1 reply; 20+ messages in thread
From: Michael Paquier @ 2023-09-05 03:21 UTC (permalink / raw)
To: Dave Cramer <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; Hiroshi Saito <[email protected]>; Inoue,Hiroshi <[email protected]>; [email protected]
On Mon, Sep 04, 2023 at 07:13:07AM -0400, Dave Cramer wrote:
> I had some experience looking at it, but would take some time to get up to
> speed on this. Something I am willing to do. I'm sort of hoping this is
> more of a maintenance thing than active development. I'm certainly willing
> to pitch in.
Okay. I was just checking things, and I don't have a commit bit on
this community repo. TBH, I am not sure that there is a strong need
to move to github at this stage as long as we are able to get the
situation with the repository stabilized.
--
Michael
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
@ 2023-09-05 09:53 ` Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
0 siblings, 1 reply; 20+ messages in thread
From: Dave Cramer @ 2023-09-05 09:53 UTC (permalink / raw)
To: Michael Paquier <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; Hiroshi Saito <[email protected]>; Inoue,Hiroshi <[email protected]>; [email protected]
On Mon, 4 Sept 2023 at 23:22, Michael Paquier <[email protected]> wrote:
> On Mon, Sep 04, 2023 at 07:13:07AM -0400, Dave Cramer wrote:
> > I had some experience looking at it, but would take some time to get up
> to
> > speed on this. Something I am willing to do. I'm sort of hoping this is
> > more of a maintenance thing than active development. I'm certainly
> willing
> > to pitch in.
>
> Okay. I was just checking things, and I don't have a commit bit on
> this community repo. TBH, I am not sure that there is a strong need
> to move to github at this stage as long as we are able to get the
> situation with the repository stabilized.
>
There isn't a *strong* need to do this, but what you get with github is CI
and a much simpler way to document.
I agree fixing the current problem is paramount.
Dave
> --
> Michael
>
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
@ 2023-09-05 12:46 ` SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
0 siblings, 1 reply; 20+ messages in thread
From: SAITO Hiroshi @ 2023-09-05 12:46 UTC (permalink / raw)
To: Dave Cramer <[email protected]>; Michael Paquier <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; Inoue,Hiroshi <[email protected]>; [email protected]
Hi all.
Sorry for the late reaction.
As for Inoue-san and Me, need a lot of time to responce to one email.
I now was able to see it, only say.....
Sorry, please wait for the next response.
Regards,
SAITO Hiroshi.
On 2023/09/05 18:53, Dave Cramer wrote:
> On Mon, 4 Sept 2023 at 23:22, Michael Paquier<[email protected]> wrote:
>
>> On Mon, Sep 04, 2023 at 07:13:07AM -0400, Dave Cramer wrote:
>>> I had some experience looking at it, but would take some time to get up
>> to
>>> speed on this. Something I am willing to do. I'm sort of hoping this is
>>> more of a maintenance thing than active development. I'm certainly
>> willing
>>> to pitch in.
>> Okay. I was just checking things, and I don't have a commit bit on
>> this community repo. TBH, I am not sure that there is a strong need
>> to move to github at this stage as long as we are able to get the
>> situation with the repository stabilized.
>>
> There isn't a *strong* need to do this, but what you get with github is CI
> and a much simpler way to document.
>
> I agree fixing the current problem is paramount.
>
> Dave
>
>> --
>> Michael
>>
Attachments:
[application/pkcs7-signature] smime.p7s (4.0K, 3-smime.p7s)
download
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
@ 2023-09-06 16:10 ` Joe Conway <[email protected]>
2023-09-07 03:36 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
0 siblings, 2 replies; 20+ messages in thread
From: Joe Conway @ 2023-09-06 16:10 UTC (permalink / raw)
To: SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Michael Paquier <[email protected]>; +Cc: Devrim Gündüz <[email protected]>; Inoue,Hiroshi <[email protected]>; [email protected]
On 9/5/23 08:46, SAITO Hiroshi wrote:
> Sorry for the late reaction.
> As for Inoue-san and Me, need a lot of time to responce to one email.
> I now was able to see it, only say.....
> Sorry, please wait for the next response.
>
> Regards,
>
> SAITO Hiroshi.
Hello Saito-san and Inoue-san,
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.
Please let us know your response as soon as possible.
Many thanks,
--
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
@ 2023-09-07 03:36 ` Michael Paquier <[email protected]>
1 sibling, 0 replies; 20+ messages in thread
From: Michael Paquier @ 2023-09-07 03:36 UTC (permalink / raw)
To: Joe Conway <[email protected]>; +Cc: SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Devrim Gündüz <[email protected]>; Inoue,Hiroshi <[email protected]>; [email protected]
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
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
@ 2023-09-07 05:28 ` Inoue,Hiroshi <[email protected]>
2023-09-07 09:37 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-07 10:00 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-07 10:40 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
1 sibling, 3 replies; 20+ messages in thread
From: Inoue,Hiroshi @ 2023-09-07 05:28 UTC (permalink / raw)
To: Joe Conway <[email protected]>; +Cc: SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Michael Paquier <[email protected]>; Devrim Gündüz <[email protected]>; [email protected]
Hi
Sorry for the late reply.
Unfortunately I have little time to spare for psqlodbc. I have been busy
with stroke rehabilitation and turned 70 years three days ago. I'll
probably have to retire.
However, if an emergency release is necessary, we can probably make a new
release.
regards,
Hiroshi Inoue
2023年9月7日(木) 1:10 Joe Conway <[email protected]>:
> On 9/5/23 08:46, SAITO Hiroshi wrote:
> > Sorry for the late reaction.
> > As for Inoue-san and Me, need a lot of time to responce to one email.
> > I now was able to see it, only say.....
> > Sorry, please wait for the next response.
> >
> > Regards,
> >
> > SAITO Hiroshi.
>
>
> Hello Saito-san and Inoue-san,
>
> 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.
>
> Please let us know your response as soon as possible.
>
> Many thanks,
>
> --
> Joe Conway
> PostgreSQL Contributors Team
> RDS Open Source Databases
> Amazon Web Services: https://aws.amazon.com
>
>
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
@ 2023-09-07 09:37 ` Devrim Gündüz <[email protected]>
2 siblings, 0 replies; 20+ messages in thread
From: Devrim Gündüz @ 2023-09-07 09:37 UTC (permalink / raw)
To: Inoue,Hiroshi <[email protected]>; Joe Conway <[email protected]>; +Cc: SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Michael Paquier <[email protected]>; [email protected]
Hi Inoue-san,
On Thu, 2023-09-07 at 14:28 +0900, Inoue,Hiroshi wrote:
> I have been busy with stroke rehabilitation and turned 70 years three
> days ago.
:-( Very sorry to hear that.
> I'll probably have to retire.
:(
> However, if an emergency release is necessary, we can probably make a
> new release.
Releasing a new version requires not only commit bits, also requires
access to our infra (am I right, Joe?) I'm not sure other people can
make it happen before v16 release. So yes, we at least need to release a
new version ASAP soon for v16 compatibility (patches are already out).
After the release, we can talk about the future roadmap.
Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
@ 2023-09-07 10:00 ` Dave Cramer <[email protected]>
2 siblings, 0 replies; 20+ messages in thread
From: Dave Cramer @ 2023-09-07 10:00 UTC (permalink / raw)
To: Inoue,Hiroshi <[email protected]>; +Cc: Joe Conway <[email protected]>; SAITO Hiroshi <[email protected]>; Michael Paquier <[email protected]>; Devrim Gündüz <[email protected]>; [email protected]
Hello Inoue-san,
On Thu, 7 Sept 2023 at 01:29, Inoue,Hiroshi <[email protected]> wrote:
> Hi
> Sorry for the late reply.
>
> Unfortunately I have little time to spare for psqlodbc. I have been busy
> with stroke rehabilitation
>
Very sorry to hear this.
> and turned 70 years three days ago. I'll probably have to retire.
> However, if an emergency release is necessary, we can probably make a new
> release.
>
Let me know how I can help.
>
> regards,
> Hiroshi Inoue
> 2023年9月7日(木) 1:10 Joe Conway <[email protected]>:
>
>> On 9/5/23 08:46, SAITO Hiroshi wrote:
>> > Sorry for the late reaction.
>> > As for Inoue-san and Me, need a lot of time to responce to one email.
>> > I now was able to see it, only say.....
>> > Sorry, please wait for the next response.
>> >
>> > Regards,
>> >
>> > SAITO Hiroshi.
>>
>>
>> Hello Saito-san and Inoue-san,
>>
>> 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 that I am willing to help here.
Regards,
Dave
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
@ 2023-09-07 10:40 ` Joe Conway <[email protected]>
2023-09-08 06:50 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2 siblings, 1 reply; 20+ messages in thread
From: Joe Conway @ 2023-09-07 10:40 UTC (permalink / raw)
To: Inoue,Hiroshi <[email protected]>; +Cc: SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Michael Paquier <[email protected]>; Devrim Gündüz <[email protected]>; [email protected]
On 9/7/23 01:28, Inoue,Hiroshi wrote:
> Sorry for the late reply.
>
> Unfortunately I have little time to spare for psqlodbc. I have been busy
> with stroke rehabilitation and turned 70 years three days ago. I'll
> probably have to retire.
I am so very sorry to hear about your health problems. Please take care
of yourself.
> However, if an emergency release is necessary, we can probably make a
> new release.
Thank you. Please let us know how we can help carry on your important
PostgreSQL work.
--
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2023-09-07 10:40 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
@ 2023-09-08 06:50 ` Inoue,Hiroshi <[email protected]>
2023-09-08 06:58 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-08 09:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
0 siblings, 2 replies; 20+ messages in thread
From: Inoue,Hiroshi @ 2023-09-08 06:50 UTC (permalink / raw)
To: Joe Conway <[email protected]>; +Cc: SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Michael Paquier <[email protected]>; Devrim Gündüz <[email protected]>; [email protected]
Hi,
I've pushed changes about standard bool to git.
Are there any other urgent changes?
regards,
Hiroshi Inoue
2023年9月7日(木) 19:40 Joe Conway <[email protected]>:
> On 9/7/23 01:28, Inoue,Hiroshi wrote:
> > Sorry for the late reply.
> >
> > Unfortunately I have little time to spare for psqlodbc. I have been busy
> > with stroke rehabilitation and turned 70 years three days ago. I'll
> > probably have to retire.
>
> I am so very sorry to hear about your health problems. Please take care
> of yourself.
>
> > However, if an emergency release is necessary, we can probably make a
> > new release.
>
> Thank you. Please let us know how we can help carry on your important
> PostgreSQL work.
>
> --
> Joe Conway
> PostgreSQL Contributors Team
> RDS Open Source Databases
> Amazon Web Services: https://aws.amazon.com
>
>
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2023-09-07 10:40 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-08 06:50 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
@ 2023-09-08 06:58 ` Michael Paquier <[email protected]>
2023-09-08 12:09 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
1 sibling, 1 reply; 20+ messages in thread
From: Michael Paquier @ 2023-09-08 06:58 UTC (permalink / raw)
To: Inoue,Hiroshi <[email protected]>; +Cc: Joe Conway <[email protected]>; SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Devrim Gündüz <[email protected]>; [email protected]
On Fri, Sep 08, 2023 at 03:50:08PM +0900, Inoue,Hiroshi wrote:
> I've pushed changes about standard bool to git.
> Are there any other urgent changes?
This one was the most urgent one to allow the driver to compile. I
think that there are other issues with the regression tests as well
where I was able to cause them to fail.
> 2023年9月7日(木) 19:40 Joe Conway <[email protected]>:
>> I am so very sorry to hear about your health problems. Please take care
>> of yourself.
Health first, please take care.
>>> However, if an emergency release is necessary, we can probably make a
>>> new release.
>>
>> Thank you. Please let us know how we can help carry on your important
>> PostgreSQL work.
At this stage, Inoue-san and Saito-san, would you be OK if more people
gain access as committers to the ODBC repository to help with its
maintenance?
You are the ones with the most history working on this driver, so I
guess that it comes to both of you to decide if you are OK with more
people pushing code there and share the maintenance workload. This
includes psqlodbc-www as well, of course, to maintain the website and
push new releases.
I am based in Tokyo for a few years now, but I am not sure that we
have met in person, to be honest (I speak Japanese fluently)..
Perhaps we have met at one of the JPUG conferences in the past?
--
Michael
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2023-09-07 10:40 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-08 06:50 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2023-09-08 06:58 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
@ 2023-09-08 12:09 ` Inoue,Hiroshi <[email protected]>
2023-09-12 02:14 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
0 siblings, 1 reply; 20+ messages in thread
From: Inoue,Hiroshi @ 2023-09-08 12:09 UTC (permalink / raw)
To: Michael Paquier <[email protected]>; +Cc: Joe Conway <[email protected]>; SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Devrim Gündüz <[email protected]>; [email protected]
Hi Michael,
2023年9月8日(金) 15:59 Michael Paquier <[email protected]>:
> On Fri, Sep 08, 2023 at 03:50:08PM +0900, Inoue,Hiroshi wrote:
> > I've pushed changes about standard bool to git.
> > Are there any other urgent changes?
>
> This one was the most urgent one to allow the driver to compile. I
> think that there are other issues with the regression tests as well
> where I was able to cause them to fail.
>
> > 2023年9月7日(木) 19:40 Joe Conway <[email protected]>:
> >> I am so very sorry to hear about your health problems. Please take care
> >> of yourself.
>
> Health first, please take care.
>
> >>> However, if an emergency release is necessary, we can probably make a
> >>> new release.
> >>
> >> Thank you. Please let us know how we can help carry on your important
> >> PostgreSQL work.
>
> At this stage, Inoue-san and Saito-san, would you be OK if more people
> gain access as committers to the ODBC repository to help with its
> maintenance?
> You are the ones with the most history working on this driver, so I
> guess that it comes to both of you to decide if you are OK with more
> people pushing code there and share the maintenance workload. This
> includes psqlodbc-www as well, of course, to maintain the website and
> push new releases.
>
We are OK. It's impossible for us to continue development on our own.
>
> I am based in Tokyo for a few years now, but I am not sure that we
> have met in person, to be honest (I speak Japanese fluently)..
> Perhaps we have met at one of the JPUG conferences in the past?
>
Yes, we have met once at a JPUG conference.
I haven't been to Tokyo in a long time because of my illness.
But I may be able to go to Tokyo this month and meet Saito-san.
> --
> Michael
>
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2023-09-07 10:40 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-08 06:50 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2023-09-08 06:58 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-08 12:09 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
@ 2023-09-12 02:14 ` Michael Paquier <[email protected]>
0 siblings, 0 replies; 20+ messages in thread
From: Michael Paquier @ 2023-09-12 02:14 UTC (permalink / raw)
To: Inoue,Hiroshi <[email protected]>; +Cc: Joe Conway <[email protected]>; SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Devrim Gündüz <[email protected]>; [email protected]
On Fri, Sep 08, 2023 at 09:09:10PM +0900, Inoue,Hiroshi wrote:
> But I may be able to go to Tokyo this month and meet Saito-san.
There's also a JPUG conference planned in November in Tokyo, if you
are interested:
https://www.postgresql.jp/jpug-pgcon2023
It should be relatively easy to find me there.
--
Michael
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2023-09-07 10:40 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-08 06:50 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
@ 2023-09-08 09:44 ` Devrim Gündüz <[email protected]>
2023-09-08 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
1 sibling, 1 reply; 20+ messages in thread
From: Devrim Gündüz @ 2023-09-08 09:44 UTC (permalink / raw)
To: Inoue,Hiroshi <[email protected]>; Joe Conway <[email protected]>; +Cc: SAITO Hiroshi <[email protected]>; Dave Cramer <[email protected]>; Michael Paquier <[email protected]>; [email protected]
Hi Inoue-san,
On Fri, 2023-09-08 at 15:50 +0900, Inoue,Hiroshi wrote:
> I've pushed changes about standard bool to git.
> Are there any other urgent changes?
Thank you very much! As the RPM packager, I will need a new release so
that I can push ODBC driver to PostgreSQL 16 repos.
Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR
^ permalink raw reply [nested|flat] 20+ messages in thread
* Re: ODBC driver maintenance: PostgreSQL 16 support and other open items
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-03 23:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-04 11:13 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 03:21 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Michael Paquier <[email protected]>
2023-09-05 09:53 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Dave Cramer <[email protected]>
2023-09-05 12:46 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-07 05:28 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2023-09-07 10:40 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Joe Conway <[email protected]>
2023-09-08 06:50 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Inoue,Hiroshi <[email protected]>
2023-09-08 09:44 ` Re: ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
@ 2023-09-08 09:53 ` Dave Cramer <[email protected]>
0 siblings, 0 replies; 20+ messages in thread
From: Dave Cramer @ 2023-09-08 09:53 UTC (permalink / raw)
To: Devrim Gündüz <[email protected]>; +Cc: Inoue,Hiroshi <[email protected]>; Joe Conway <[email protected]>; SAITO Hiroshi <[email protected]>; Michael Paquier <[email protected]>; [email protected]
Hi Inoue-san
Please take care of yourself and let us know if there is anything we can
help with.
Regards,
Dave Cramer
On Fri, 8 Sept 2023 at 05:45, Devrim Gündüz <[email protected]> wrote:
> Hi Inoue-san,
>
> On Fri, 2023-09-08 at 15:50 +0900, Inoue,Hiroshi wrote:
> > I've pushed changes about standard bool to git.
> > Are there any other urgent changes?
>
> Thank you very much! As the RPM packager, I will need a new release so
> that I can push ODBC driver to PostgreSQL 16 repos.
>
> Regards,
> --
> Devrim Gündüz
> Open Source Solution Architect, PostgreSQL Major Contributor
> Twitter: @DevrimGunduz , @DevrimGunduzTR
>
>
>
^ permalink raw reply [nested|flat] 20+ messages in thread
end of thread, other threads:[~2023-09-12 02:14 UTC | newest]
Thread overview: 20+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2023-09-02 10:27 ODBC driver maintenance: PostgreSQL 16 support and other open items Devrim Gündüz <[email protected]>
2023-09-02 15:19 ` Dave Cramer <[email protected]>
2023-09-03 23:44 ` Michael Paquier <[email protected]>
2023-09-04 11:13 ` Dave Cramer <[email protected]>
2023-09-04 14:07 ` Dave Cramer <[email protected]>
2023-09-05 03:21 ` Michael Paquier <[email protected]>
2023-09-05 09:53 ` Dave Cramer <[email protected]>
2023-09-05 12:46 ` SAITO Hiroshi <[email protected]>
2023-09-06 16:10 ` Joe Conway <[email protected]>
2023-09-07 03:36 ` Michael Paquier <[email protected]>
2023-09-07 05:28 ` Inoue,Hiroshi <[email protected]>
2023-09-07 09:37 ` Devrim Gündüz <[email protected]>
2023-09-07 10:00 ` Dave Cramer <[email protected]>
2023-09-07 10:40 ` Joe Conway <[email protected]>
2023-09-08 06:50 ` Inoue,Hiroshi <[email protected]>
2023-09-08 06:58 ` Michael Paquier <[email protected]>
2023-09-08 12:09 ` Inoue,Hiroshi <[email protected]>
2023-09-12 02:14 ` Michael Paquier <[email protected]>
2023-09-08 09:44 ` Devrim Gündüz <[email protected]>
2023-09-08 09:53 ` Dave Cramer <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox