Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess

From: Remi Gacogne <rgacogne-bugs(at)nuagelabs(dot)fr>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess
Date: 2014-02-20 20:09:53
Message-ID: alpine.DEB.2.02.1402202047500.30268@legendary.xserve.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Hi Tom,

On Thu, 20 Feb 2014, Tom Lane wrote:

> rgacogne-bugs(at)nuagelabs(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Remi Gacogne 2014-02-20 20:17:22 Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess
Previous Message fburgess 2014-02-20 19:58:12 Re: Connection errors in PostgreSQL 9.3.2