Re: SPI_ERROR_CONNECT in plperl function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SPI_ERROR_CONNECT in plperl function
Дата
Msg-id 1168.1231111694@sss.pgh.pa.us
обсуждение исходный текст
Ответ на SPI_ERROR_CONNECT in plperl function  (Christian Schröder <cs@deriva.de>)
Ответы Re: SPI_ERROR_CONNECT in plperl function
Список pgsql-general
=?ISO-8859-1?Q?Christian_Schr=F6der?= <cs@deriva.de> writes:
> When I try to call the function I get the following error message:

> test=# select * from testfunc();
> ERROR:  error from Perl function: SPI_connect failed: SPI_ERROR_CONNECT
> at line 2.

Hmph ... looks like plperl is shy a few SPI_push/SPI_pop calls.
We fixed this issue in plpgsql awhile back, but nobody thought to
look at the other PLs :-(

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: What determines the cost of an index scan?
Следующее
От: Rikard Pavelic
Дата:
Сообщение: waiting on index drop