Re: undefined symbol: SPI_plan_get_cached_plan

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Roger Niederland <roger(at)niederland(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: undefined symbol: SPI_plan_get_cached_plan
Date: 2013-02-11 16:48:15
Message-ID: CAFj8pRC18-DD_oNkYow+kqv981=8wL1s3ML8+ov40ZXKfftjhA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2013/2/11 Roger Niederland <roger(at)niederland(dot)com>:
>
> On 2/11/2013 6:47 AM, Tom Lane wrote:
>>
>> Roger Niederland <roger(at)niederland(dot)com> writes:
>>>
>>> I am getting the following error when trying to execute a plpgsql
>>> funtion:
>>> PSTERROR: could not load library "/usr/pgsql-9.2/lib/plpgsql.so":
>>> /usr/pgsql-9.2/lib/plpgsql.so: undefined symbol: SPI_plan_get_cached_plan
>>> This is on a SL6.3 system running postgres 9.2.2
>>
>> SPI_plan_get_cached_plan was added to the backend in 9.2.3. It looks
>> like you're trying to use a 9.2.3 plpgsql.so with a 9.2.2 (or older)
>> server.
>>
>>> After restarting the postgres service, the error went away.
>>
>> So you had upgraded, but not actually restarted the server ...
>> just for future reference, SLES apparently doesn't do a service
>> restart automatically during package upgrade.
>>
>> regards, tom lane
>>
> The system was running Postgres 9.2.2 on Scientific Linux 6.3. Postgres was
> not
> upgraded, Last night I simply restarted the Postgres 9.2.2 service to
> eliminate the undefined symbol issue.
>
> This morning I upgraded the Postgres to 9.2.3, have not had this issue
> reoccur.

yes, it is expected - files was updated, but only using PL/pgSQL needs restart

Regards

Pavel

>
> Roger
>
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Clymer 2013-02-11 17:09:19 Cache lookup failed for relation
Previous Message Vincent Veyron 2013-02-11 16:32:38 Re: fascinating article on postgresql mailing lists