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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: john(dot)k(dot)hord(at)nasa(dot)gov
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9349: plpgsql.so: undefined symbol: CheckFunctionValidatorAccess
Date: 2014-02-25 22:05:28
Message-ID: 527.1393365928@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

john(dot)k(dot)hord(at)nasa(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2014-02-26 00:33:12 Re: BUG #9308: The application failed to initialize properly
Previous Message Peter Geoghegan 2014-02-25 21:49:04 Re: BUG #9342: CPU / Memory Run-away