aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-10-08 18:18:04 +0000
committerBruce Momjian <bruce@momjian.us>2003-10-08 18:18:04 +0000
commit7ceadb8fab07b33c577ca4191332f403cf9694b1 (patch)
treeb14d43d992ef6209a2f95399b948986bdf2cf835
parent163f0b2d4826db11b63b85d5314777d0c99b038e (diff)
downloadpostgresql-7ceadb8fab07b33c577ca4191332f403cf9694b1.tar.gz
postgresql-7ceadb8fab07b33c577ca4191332f403cf9694b1.zip
Change some awkward wording in the pg_autovacuum README file. I really
only read this because of Niel :-) Robert Treat
-rw-r--r--contrib/pg_autovacuum/README.pg_autovacuum2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_autovacuum/README.pg_autovacuum b/contrib/pg_autovacuum/README.pg_autovacuum
index 5ffe4621d5c..31d63dfe8f7 100644
--- a/contrib/pg_autovacuum/README.pg_autovacuum
+++ b/contrib/pg_autovacuum/README.pg_autovacuum
@@ -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.