Re: [BUGS] BUG #14819: postgres_fwd could not load library - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] BUG #14819: postgres_fwd could not load library
Date
Msg-id 29083.1505850191@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS] BUG #14819: postgres_fwd could not load library  (fte@nct.ru)
Responses Re: [BUGS] BUG #14819: postgres_fwd could not load library
List pgsql-bugs
Takhir Fakhrutdinov <fte@nct.ru> writes:
>> 19 сент. 2017 г., в 18:35, Tom Lane <tgl@sss.pgh.pa.us> написал(а):
>> Apparently you're using an old version of postgres_fdw with a v10
>> core server.

> So postgresql core now has no entry _ExecProcNode

Yup.  And the problem is you're trying to run a version of postgres_fdw.so
that still thinks there should be such an entry.  If it's not actually
old, then most likely the problem is that the compiler looked at an old
version of executor.h while compiling it.
        regards, tom lane


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: Takhir Fakhrutdinov
Date:
Subject: Re: [BUGS] BUG #14819: postgres_fwd could not load library
Next
From: Takhir Fakhrutdinov
Date:
Subject: Re: [BUGS] BUG #14819: postgres_fwd could not load library