what does this error mean?

From: Andrew Schmeder <andy(at)qabobala(dot)xapnet(dot)com>
To: pgsql-general(at)postgreSQL(dot)org
Subject: what does this error mean?
Date: 2000-04-30 03:54:27
Message-ID: 00042920590109.00274@qabobala
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

I get this error message at seemingly random times when sending a 'begin'
query to the database. I am using Postgres 7.0 beta 5. I have a web-based
system based on postgres and each hit is a transaction.

RelationClearRelation: relation 166124 deleted while still in use

The relation number is different every time.
Does this mean the transaction is not beginning? My 'hack' fix is to issue a
second begin statement if the first one fails... but that is really weird.

Thanks,
-Andy

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-04-30 04:04:07 Re: 7.0RC1: possible query and backend problem
Previous Message Travis Bauer 2000-04-29 21:13:51 Re: problem with nested views