Re: BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess
Date
Msg-id 527.1393365928@sss.pgh.pa.us
Whole thread Raw
In response to BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess  (john.k.hord@nasa.gov)
List 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 by date:

Previous
From: john.k.hord@nasa.gov
Date:
Subject: BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess
Next
From: Bruce Momjian
Date:
Subject: Re: BUG #9308: The application failed to initialize properly