]> granicus.if.org Git - postgresql/commitdiff
Change some awkward wording in the pg_autovacuum README file. I really
authorBruce Momjian <bruce@momjian.us>
Wed, 8 Oct 2003 18:18:04 +0000 (18:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 8 Oct 2003 18:18:04 +0000 (18:18 +0000)
only read this because of Niel :-)

Robert Treat

contrib/pg_autovacuum/README.pg_autovacuum

index 5ffe4621d5ca177cd72ddcbd317b0292e996c917..31d63dfe8f7fbfb4c3a5ef7685452f8a6648a01d 100644 (file)
@@ -35,7 +35,7 @@ have been resolved.  Please report any problems to the hackers list.
 
 pg_autovacuum requires that the statistics system be enabled and
 reporting row level stats.  The overhead of the stats system has been
-shown to be significant costly under certain workloads.  For instance,
+shown to have a significant cost under certain workloads.  For instance,
 a tight loop of queries performing "select 1" was found to run nearly
 30% slower when stats were enabled.  However, in practice, with more
 realistic workloads, the stats system overhead is usually nominal.