Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess - Mailing list pgsql-bugs

From Remi Gacogne
Subject Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess
Date
Msg-id alpine.DEB.2.02.1402202047500.30268@legendary.xserve.fr
Whole thread Raw
In response to Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hi Tom,

On Thu, 20 Feb 2014, Tom Lane wrote:

> rgacogne-bugs@nuagelabs.fr writes:
>> I just built a Postgresql 9.3.3 and I have an issue at runtime with a
>> program linked against libpq.so that works like a charm with 9.3.2. It seems
>> like a recently introduced symbol (CheckFunctionValidatorAccess) isn't
>> exported.
>
> You apparently are not running a 9.3.3 server, because that symbol should
> be exported by the core server executable.  Maybe you installed 9.3.3 but
> forgot to restart the server?

Sorry, I forgot to specify that my program is a client, using
the libpq API to interact with a PG server. So yes, I did restart the
executable.

Best regards,

Remi Gacogne

pgsql-bugs by date:

Previous
From: Remi Gacogne
Date:
Subject: Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess
Next
From: "Steven Canova"
Date:
Subject: Is there a Support Platforms document more current that this?