Search Postgresql Archives

Re: undefined symbol: SPI_plan_get_cached_plan

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Roger Niederland <roger@xxxxxxxxxxxxxx> 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


-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux