Re: New VACUUM FULL

Jeff Davis <pgsql@j-davis.com>

From: Jeff Davis <pgsql@j-davis.com>
To: Michael Glaesemann <grzm@seespotcode.net>
Cc: Simon Riggs <simon@2ndQuadrant.com>, Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>, Alvaro Herrera <alvherre@commandprompt.com>, pgsql-hackers@postgresql.org
Date: 2009-12-05T18:56:03Z
Lists: pgsql-hackers
On Fri, 2009-12-04 at 19:49 -0500, Michael Glaesemann wrote:
> > I tested a variety of situations during my review, and everything  
> > worked
> > as I expected.
> 
> Would there be a way for you to package the scenarios you tested into  
> a suite?

Except for the simplest tests, they aren't easily moved to pg_regress.
For instance, how do you tell if a user table's relfilenode actually
changed? Easy to do manually, but tough to do with pg_regress.

Regards,
	Jeff Davis