Re: error on drop table

Поиск
Список
Период
Сортировка
От Joseph Shraibman
Тема Re: error on drop table
Дата
Msg-id 3C057C70.1060306@selectacast.net
обсуждение исходный текст
Ответ на error on drop table  (Joseph Shraibman <jks@selectacast.net>)
Список pgsql-general
I don't have a test script for you yet, but it appears the problem is that I declared a
cursor on the temp table and dropped it before I did the END on the block that I declared
the cursor in.  I'm working on the test script.

Tom Lane wrote:

> Joseph Shraibman <jks@selectacast.net> writes:
>
>>NOTICE:  FlushRelationBuffers(tqt, 0): block 0 is referenced (private 1, global 1)
>>ERROR:  heap_drop_with_catalog: FlushRelationBuffers returned -2
>>
>
> Hmm, can you provide a sequence to reproduce this?
>
>             regards, tom lane
>


--
Joseph Shraibman
jks@selectacast.net
Increase signal to noise ratio.  http://www.targabot.com


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Casting Varchar to Numeric
Следующее
От: Joseph Shraibman
Дата:
Сообщение: Re: error on drop table