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

Started by Nonameabout 12 years ago2 messagesbugs
Jump to latest
#1Noname
john.k.hord@nasa.gov

The following bug has been logged on the website:

Bug reference: 9349
Logged by: John Hord
Email address: john.k.hord@nasa.gov
PostgreSQL version: 9.2.7
Operating system: RedHat LINUX v5.x
Description:

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.

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess

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

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs