Closed df7cb closed 4 years ago
Thanks! I'll try to look into this soon.
Hi @GeoffMontee ,
13.0 is out tomorrow. When will you push a new release?
Regards, Devrim
Hi @devrimgunduz,
I do not have an ETA at the moment. Sorry for the inconvenience.
Pull request #261 from @MThomassen adds support for PostgreSQL 13. I haven't merged it yet, because I would prefer to run out automated tests against PostgreSQL 13 first. I have reached out to @juliogonzalez to ask him to add PostgreSQL 13 to our Jenkins CI.
Hi @df7cb and @devrimgunduz,
Please try to use the 2.0.2 release with PostgreSQL 13:
https://github.com/tds-fdw/tds_fdw/releases/tag/v2.0.2
If you have any additional issues, please let us know.
Thanks!
@GeoffMontee don't you need to bump the version at the following places before releasing?
https://github.com/tds-fdw/tds_fdw/blob/master/META.json#L4 https://github.com/tds-fdw/tds_fdw/blob/master/META.json#L22 https://github.com/tds-fdw/tds_fdw/blob/master/tds_fdw.control#L19
Right now make
runs cp sql/tds_fdw.sql sql/tds_fdw--2.0.1.sql
Hi @juliogonzalez,
Right. Thanks for the reminder!
I just pushed a version bump, and then fixed the v2.0.2 release tag to point to the proper commit.
Thanks!
No problem!
I just noticed when I started generating the RPMs, as rpm
complained about tds_fdw--2.0.1.sql
being missing.
Thanks @GeoffMontee ! Pushed packages to the repos.
Regards, Devrim
Debian packages also updated, thanks!
Hi,
Aaron Pavely contributed the packaging of tds_fdw for Debian and apt.postgresql.org, and things look fine for the stable PostgreSQL versions. However, PostgreSQL 13 is already at beta 3, and tds_fdw does not support it:
Full build log: https://pgdgbuild.dus.dg-i.net/job/tds-fdw-binaries-beta/1/architecture=amd64,distribution=sid/console
Please consider tagging a new release with PG 13 support so users can upgrade. Thanks :)