Re: Error: Resource owner.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error: Resource owner.
Дата
Msg-id 16887.1185425537@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error: Resource owner.  (Sachin Kulkarni <kulksac@iit.edu>)
Список pgsql-committers
Sachin Kulkarni <kulksac@iit.edu> writes:
> I am working on modifying a part of the B-tree search code on a
> project.
> I am done with my work but am stuck with the following error.
> Any idea what's going wrong?
> ERROR:  buffer 1015 is not owned by resource owner Portal

Please do not post this type of question to pgsql-committers, it's
not the appropriate venue.

However, it looks like the problem is you're trying to release a buffer
in a different context than where you acquired it.  Hard to say more
with no details.

            regards, tom lane

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

Предыдущее
От: Sachin Kulkarni
Дата:
Сообщение: Error: Resource owner.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Remove FileUnlink(), which wasn't being used anywhere and