Re: [BUGS] BUG #14819: postgres_fwd could not load library

Поиск
Список
Период
Сортировка
От Takhir Fakhrutdinov
Тема Re: [BUGS] BUG #14819: postgres_fwd could not load library
Дата
Msg-id B0064DC7-14A0-4984-9650-58CB75A9151D@nct.ru
обсуждение исходный текст
Ответ на Re: [BUGS] BUG #14819: postgres_fwd could not load library  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #14819: postgres_fwd could not load library
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [BUGS] Query planner skipping index depending on DISTINCTparameter order (2)