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

From Takhir Fakhrutdinov
Subject Re: [BUGS] BUG #14819: postgres_fwd could not load library
Date
Msg-id B0064DC7-14A0-4984-9650-58CB75A9151D@nct.ru
Whole thread Raw
In response to Re: [BUGS] BUG #14819: postgres_fwd could not load library  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs

19 сент. 2017 г., в 22:43, Tom Lane <tgl@sss.pgh.pa.us> написал(а):

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

Thank you, you are right, I really used the old version of postgres_fdw.so

--
With best regards, Takhir Fakhrutdinov

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14819: postgres_fwd could not load library
Next
From: Tomas Vondra
Date:
Subject: Re: [BUGS] Query planner skipping index depending on DISTINCTparameter order (2)