error on drop table

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: error on drop table
Date: 2001-11-28 23:19:25
Message-ID: 3C0570FD.1050507@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From my postgres log:
DEBUG: query: SELECT mytext,myint INTO TEMP tqt FROM ...;
.
.
.
DEBUG: query: DROP TABLE tqt;
DEBUG: ProcessUtility: DROP TABLE tqt;
NOTICE: FlushRelationBuffers(tqt, 0): block 0 is referenced (private 1, global 1)
ERROR: heap_drop_with_catalog: FlushRelationBuffers returned -2

My version is:
PostgreSQL 7.1.3 on i686-pc-linux-gnu, compiled by GCC egcs-2.91.66

--
Joseph Shraibman
jks(at)selectacast(dot)net
Increase signal to noise ratio. http://www.targabot.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2001-11-28 23:56:42 Re: Casting Varchar to Numeric
Previous Message Mårten Gustafsson 2001-11-28 22:52:14 Re: [GENERAL] Rules