Re: Postgresql 8.4.2, Windows XP - temporary file leak: File still referenced

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Postgresql 8.4.2, Windows XP - temporary file leak: File still referenced
Дата
Msg-id 4B30B020.7030402@enterprisedb.com
обсуждение исходный текст
Ответ на Postgresql 8.4.2, Windows XP - temporary file leak: File still referenced  (Алексей <oktogen@mail.ru>)
Ответы Re: Postgresql 8.4.2, Windows XP - temporary file leak: File still referenced  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-bugs
áÌÅËÓÅÊ wrote:
> windows or linux.
> See test script

Hmm, looks like I broke this with the patch to fix the assertion failure
when a cursor is opeened in a subtransaction and the subtransaction is
then rolled back. Thanks for the report!

The bug is that when we put tuples to the tuplestore that holds the
tuples to be returned from the function, the current resource owner is
the subtransaction resource owner, which is closed at the end of
subtransaction. I'll fix that.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: BUG #5250: Tutorial examples(pre-compiled) not present with precompiled binary version of PostgreSQL.
Следующее
От: Ashish Anand
Дата:
Сообщение: Re: BUG #5250: Tutorial examples(pre-compiled) not present with precompiled binary version of PostgreSQL.