Re: BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess
Дата
Msg-id 527.1393365928@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess  (john.k.hord@nasa.gov)
Список pgsql-bugs
john.k.hord@nasa.gov writes:
> It appears that the CheckFunctionValidatorAccess function is now being used
> in plpgsql.so but the fmgr.o object which defines the function is not being
> linked when plpgsql.so is compiled.

If you upgraded to 9.2.7 but failed to restart the server, you will get
link errors like that when new sessions (still running the old server
executable) attempt to load the updated version of plpgsql.so.

            regards, tom lane

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

Предыдущее
От: john.k.hord@nasa.gov
Дата:
Сообщение: BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: BUG #9308: The application failed to initialize properly