>>>>> "Peter" == Peter Eisentraut <peter.eisentr...@2ndquadrant.com> writes:
>> So... what is a pl/* that does _not_ use pinned cursors for cursor >> loops supposed to do in this case? Peter> Other than maybe using pinned cursors, one would have to look at Peter> the whole picture and see what makes sense. Never mind, I was overlooking the obvious: explicitly specifying CURSOR_OPT_HOLD is sufficient for me. (Can't really use pinned cursors because they might not be unpinned fast enough due to timing of garbage collection, which would lead to spurious errors.) -- Andrew (irc:RhodiumToad)