BUG #14819: postgres_fwd could not load library

From: fte(at)nct(dot)ru
To: pgsql-bugs(at)postgresql(dot)org
Cc: fte(at)nct(dot)ru
Subject: BUG #14819: postgres_fwd could not load library
Date: 2017-09-19 09:14:02
Message-ID: 20170919091402.17363.64032@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14819
Logged by: Fakhroutdinov Takhir
Email address: fte(at)nct(dot)ru
PostgreSQL version: 10beta4
Operating system: Mac OS X
Description:

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

ExecProcNode defined in excutor.h as static inlide function, so it not found
in /usr/local/bin/postgres

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Vondra 2017-09-19 14:10:23 Re: Query planner skipping index depending on DISTINCT parameter order (2)
Previous Message Peter Eisentraut 2017-09-18 14:23:47 Re: BUG #14785: Logical replication does not work after adding a column. Bug?