Re: portal pinning
От | Vladimir Sitnikov |
---|---|
Тема | Re: portal pinning |
Дата | |
Msg-id | CAB=Je-Hj1KnMaKMRn5fa2atp20LgzNtvoNexFzsECJ-bPRRoEQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: portal pinning (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>) |
Ответы |
Re: portal pinning
|
Список | pgsql-hackers |
> committed
Here's CI log: https://travis-ci.org/pgjdbc/pgjdbc/jobs/327327402
The errors are:
testMetaData[typeName = REF_CURSOR, cursorType = 2,012](org.postgresql.test.jdbc2.RefCursorTest) Time elapsed: 0.032 sec
<<< ERROR! org.postgresql.util.PSQLException: ERROR: cannot drop pinned portal "<unnamed portal 1>"
It looks like "refcursor" expressions are somehow broken.
The test code is to execute testspg__getRefcursor procedure
that is defined as follows
CREATE OR REPLACE FUNCTION testspg__getRefcursor () RETURNS refcursor AS '
declare v_resset refcursor; begin open v_resset for select id from testrs order by id;
return v_resset; end;' LANGUAGE plpgsql;
Would you please check that?
Vladimir
В списке pgsql-hackers по дате отправления: