Lists: | pgsql-interfaces |
---|
From: | "Blum, Kimber" <kimber7(at)illinois(dot)edu> |
---|---|
To: | "pgsql-interfaces(at)lists(dot)postgresql(dot)org" <pgsql-interfaces(at)lists(dot)postgresql(dot)org> |
Subject: | Issue with mysql_fdw |
Date: | 2020-12-09 21:29:03 |
Message-ID: | DM6PR11MB3594998C2D815126FE44231B96CC0@DM6PR11MB3594.namprd11.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-interfaces |
I'm getting a persistent error when trying to get data from MariaDB to postgres via foreign table. Both are on the same server. I'm able to create the server, map a user, and create a foreign table. As soon as I try to select from the foreign table, however, Postgres crashes, and reports this error to the log:
kernel: traps: postmaster[8455] general protection ip:7fc8c78bd430 sp:7ffc069d57c0 error:0 in libmysqlclient.so[7fc8c719f000+147e000]
I'm using postgres 12, MariaDB 10.5, and mysql_fdw_12. I've check path, permissions and links on the .so file.
Any insight would be greatly appreciated!
Thank you,
Kimber