BUG #4059: Vacuum full not always cleaning empty tables

From: "Mark Steben" <msteben(at)autorevenue(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4059: Vacuum full not always cleaning empty tables
Date: 2008-03-25 21:13:32
Message-ID: 200803252113.m2PLDWKd064175@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4059
Logged by: Mark Steben
Email address: msteben(at)autorevenue(dot)com
PostgreSQL version: 8.2.5
Operating system: Linux redhat
Description: Vacuum full not always cleaning empty tables
Details:

I sent an email to 'pgsql-bugs(at)postgresql(dot)org' entitled
'Possible bug with VACUUM FULL' and also an addendum
But neglected to also send this bug report form.
You can refer to those emails; in a nutshell, I have found that VACUUM FULL
will not clean dead tuples out of an empty table when other queries are
accessing the database. Test plans/scenarios are included.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Nairn 2008-03-25 22:32:09 BUG #4060: libpq - large stack causes TCP/IP error
Previous Message David Fetter 2008-03-25 20:04:38 Re: Possible problem with EXTRACT(EPOCH FROM TIMESTAMP)