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

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


>>> 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.

Thinking about it twice, you may be right. The server is not on the same
host but may have been upgraded at the same time, and while I get the
error message on the client side, it may just be because the client
displays an error message sent by the server. I will check as soon as
possible, and if that's the case I am very sorry about the noise.

Thank you!

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-02-20 21:54:14 Re: Connection errors in PostgreSQL 9.3.2
Previous Message Remi Gacogne 2014-02-20 20:09:53 Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess