Re: Re[2]: Vacuudb problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: dbmanager <dbmanager(at)osb368(dot)nnov(dot)ru>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Re[2]: Vacuudb problem
Date: 2001-05-10 14:53:01
Message-ID: 17733.989506381@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Igor <dbmanager(at)osb368(dot)nnov(dot)ru> writes:
> Sorry, I clean forgot to tell ....
> I'm running PG v7.02.

Ah. Update to 7.0.3 (or even better 7.1, but 7.0.3 is a drop-in
replacement with no need for dump/reload). I think you are getting
bit by a known bug in 7.0.2: if the client disconnects partway through
a transaction, the backend forgets to clean up before it exits. That's
probably why you have these partially-removed temp tables laying about.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message ryan 2001-05-10 14:53:21 Re: Query not using index
Previous Message John Coers 2001-05-10 14:44:03 Re: COPY locking