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

From Tom Lane
Subject Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess
Date
Msg-id 1546.1392924458@sss.pgh.pa.us
Whole thread Raw
In response to BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess  (rgacogne-bugs@nuagelabs.fr)
Responses Re: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess
List pgsql-bugs
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?

            regards, tom lane

pgsql-bugs by date:

Previous
From: rgacogne-bugs@nuagelabs.fr
Date:
Subject: BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess
Next
From:
Date:
Subject: Re: Connection errors in PostgreSQL 9.3.2