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

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

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?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message fburgess 2014-02-20 19:58:12 Re: Connection errors in PostgreSQL 9.3.2
Previous Message rgacogne-bugs 2014-02-20 19:05:45 BUG #9296: Symbol resolution issue: undefined symbol: CheckFunctionValidatorAccess