Thread: Sanity Check?
View Single Post

   
  #4 (permalink)  
Old 04-11-2008, 06:02 AM
Tom Lane
 
Posts: n/a
Default Re: Sanity Check?

Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Why does the sanity check test start with a VACUUM? Why not a VACUUM
> FULL?


The test predates the existence of VACUUM FULL ;-); so that's what it
did originally. I think I deliberately left it as-is during the 7.2
devel cycle, so that the new lazy-vacuum code would get exercised.

I don't see any strong reason to change it now ...

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Reply With Quote