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 6873.1505835342@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
Re: [BUGS] BUG #14819: postgres_fwd could not load library
List pgsql-bugs
fte@nct.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


-- 
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: Tomas Vondra
Date:
Subject: Re: [BUGS] Query planner skipping index depending on DISTINCTparameter order (2)
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] Query planner skipping index depending on DISTINCT parameter order (2)