RE: BUG #15799: Create extension postgres_fdw failed

From: "Davydov, Yury" <Yury(dot)Davydov(at)exoduspoint(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: RE: BUG #15799: Create extension postgres_fdw failed
Date: 2019-05-10 20:07:21
Message-ID: b131ed9da93348efb9474431da8f018f@opmbox01d.options-it.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thank you. I bounced the server second time and it worked

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

PG Bug reporting form <noreply(at)postgresql(dot)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 release newer, 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 to make it so.

regards, tom lane

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-05-10 21:05:09 Re: inconsistent results querying table partitioned by date
Previous Message Tom Lane 2019-05-10 19:52:20 Re: BUG #15799: Create extension postgres_fdw failed