Re: BUG #14819: postgres_fwd could not load library

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: 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 15:35:42
Message-ID: 6873.1505835342@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

fte(at)nct(dot)ru writes:
> ERROR: could not load library "/usr/local/pgsql/lib/postgres_fdw.so":
> dlopen(/usr/local/pgsql/lib/postgres_fdw.so, 10): Symbol not found:
> _ExecProcNode
> Referenced from: /usr/local/pgsql/lib/postgres_fdw.so
> Expected in: /usr/local/pgsql/bin/postgres
> in /usr/local/pgsql/lib/postgres_fdw.so

Apparently you're using an old version of postgres_fdw with a v10
core server.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-09-19 15:40:19 Re: Query planner skipping index depending on DISTINCT parameter order (2)
Previous Message Tomas Vondra 2017-09-19 14:10:23 Re: Query planner skipping index depending on DISTINCT parameter order (2)