Re: plpgsql.so undefined symbol error in pg_upgrade check

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plpgsql.so undefined symbol error in pg_upgrade check
Дата
Msg-id 23034.1471550973@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plpgsql.so undefined symbol error in pg_upgrade check  (Mark Steben <mark.steben@drivedominion.com>)
Ответы Re: plpgsql.so undefined symbol error in pg_upgrade check  (Mark Steben <mark.steben@drivedominion.com>)
Список pgsql-admin
Mark Steben <mark.steben@drivedominion.com> writes:
> I am planning a 9.,2 to 9.4 upgrade using pg_upgrade with the link option.
> Thanks first to Tom Lane for the prompt answer last week.  I have installed
> 9.4 in the same disk as 9.2 and running pg_upgrade with the --check option
> I get this error:

> ERROR:  could not load library
> "/usr/local/pgsql_production/lib/plpgsql.so":
> /usr/local/pgsql_production/lib/plpgsql.so: undefined symbol: errcontext

This would seem to indicate that you are trying to load a 9.2 library into
the 9.4 server or vice versa.  You really need to have different lib
directories, as well as different bin directories, for the two versions.

            regards, tom lane


В списке pgsql-admin по дате отправления:

Предыдущее
От: Mark Steben
Дата:
Сообщение: plpgsql.so undefined symbol error in pg_upgrade check
Следующее
От: Ravi Tammineni
Дата:
Сообщение: What is the best way to create Primary Key on a large table in Postgresql 9.5?