Re: BUG #14819: postgres_fwd could not load library

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Takhir Fakhrutdinov <fte(at)nct(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14819: postgres_fwd could not load library
Date: 2017-09-19 19:43:11
Message-ID: 29083.1505850191@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Takhir Fakhrutdinov <fte(at)nct(dot)ru> writes:
>> 19 сент. 2017 г., в 18:35, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Takhir Fakhrutdinov 2017-09-19 20:13:33 Re: BUG #14819: postgres_fwd could not load library
Previous Message Takhir Fakhrutdinov 2017-09-19 19:00:36 Re: BUG #14819: postgres_fwd could not load library