RE: BUG #15799: Create extension postgres_fdw failed - Mailing list pgsql-bugs

From Davydov, Yury
Subject RE: BUG #15799: Create extension postgres_fdw failed
Date
Msg-id b131ed9da93348efb9474431da8f018f@opmbox01d.options-it.com
Whole thread Raw
In response to Re: BUG #15799: Create extension postgres_fdw failed  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Thank you. I bounced the server second time and it worked

-----Original Message-----
From: Tom Lane <tgl@sss.pgh.pa.us>
Sent: Friday, May 10, 2019 3:52 PM
To: Davydov, Yury <Yury.Davydov@exoduspoint.com>
Cc: pgsql-bugs@lists.postgresql.org
Subject: Re: BUG #15799: Create extension postgres_fdw failed

PG Bug reporting form <noreply@postgresql.org> writes:
> create extension postgres_fdw;
> ERROR:  could not load library "/usr/pgsql-10/lib/postgres_fdw.so":
> /usr/pgsql-10/lib/postgres_fdw.so: undefined symbol:
> change_plan_targetlist

This looks like a version mismatch problem --- your postgres_fdw is newer than your server (possibly just a minor
releasenewer, but still newer). 

It's unfortunate that the error message isn't more on-point, but we don't have enough control over the dynamic linker
tomake it so. 

regards, tom lane

The information contained in this message and its attachments is intended only for the private and confidential use of
theintended recipient(s). If you are not the intended recipient (or have received this e-mail in error) please notify
thesender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in
thise-mail is strictly prohibited. By accepting and retaining this email, you agree not to disseminate it in any form
toany person and not to alter it in any way. Thank you. 



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #15799: Create extension postgres_fdw failed
Next
From: Tom Lane
Date:
Subject: Re: inconsistent results querying table partitioned by date