-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot load extension into PostgreSQL 15 - undefined symbol: pg_atoi #29
Comments
I fixed this in commit 69708a6. As I haven't yet managed to finalized a release with PostgreSQL 15 compatibility (will do so towards the end of the month), you are presumably attempting to load a binary compiled for an older version? |
I used Devrim's rebuild for postgresql-15 from PGDG repo. I do not know how he was able to build an older version against Postgresql-15. I will check the source package and comment if he provided a patch himself or if the package was just not validated thoroughly before publishing. |
Oh, interesting. That sounds like it shouldn't have happened. |
I raised an issue: https://redmine.postgresql.org/issues/7754 |
FYI firebird_fdw 1.3.0 is now released with PostgreSQL 15 support; no PGDG packages yet, but I have created RHEL7/8 packages via Copr in case of any use: |
In some cases |
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=73508475d69e90f98ebd9b7e1a5933a26a49c5e9 has removed has removed pg_atoi
As a result packaged firebird_fdw cannot be loaded into PostgreSQL 15:
Similar problem impacted postgis → https://trac.osgeo.org/postgis/ticket/5100
The patch provided might suggest sollution
The text was updated successfully, but these errors were encountered: