Re: bug w/ cursors and savepoints

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: bug w/ cursors and savepoints
Дата
Msg-id 21433.1106780183@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: bug w/ cursors and savepoints  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> On Wed, Jan 26, 2005 at 05:10:09PM -0500, Tom Lane wrote:
>> I don't think we have a lot of choices: we have to destroy (or at least
>> mark FAILED) all such cursors for the time being.

> I don't see a lot of difference between marking the portal FAILED and
> destroying it (maybe I'm looking at the wrong code).  So I just took the
> simpler approach; patch attached.

Mainly just that it'll be easier to improve the code later if we don't
have to put back something we removed.  I'll tweak the patch to do that.
        regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: bug w/ cursors and savepoints
Следующее
От: Neil Conway
Дата:
Сообщение: Re: bug w/ cursors and savepoints