pg_autovacuum README patch

Started by Gaetano Mendolaalmost 23 years ago3 messagespatches
Jump to latest
#1Gaetano Mendola
mendola@bigfoot.com

Attachments:

README.patchtext/plain; name=README.patchDownload+3-3
#2Gaetano Mendola
mendola@bigfoot.com
In reply to: Gaetano Mendola (#1)
Re: pg_autovacuum README patch

Gaetano Mendola wrote:

------------------------------------------------------------------------

--- README.good	2003-10-21 02:40:19.000000000 +0200
+++ README	2003-10-21 02:37:43.000000000 +0200
@@ -1,3 +1,3 @@
-PG_autovacuum README
+pg_autovacuum README
--------------------

@@ -148,8 +148,8 @@
vacuum analyze is performed.

-AnalyzeThreshold is equal to: 
+deleteThreshold is equal to: 
vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table")
-VacuumThreshold is equal to: 
+insertThreshold is equal to: 
analyze_base_value + (analyze_scaling_factor * "number of tuples in the table")

Was I wrong ?

Regards
Gaeatano Mendola

#3Bruce Momjian
bruce@momjian.us
In reply to: Gaetano Mendola (#2)
Re: pg_autovacuum README patch

Yes, I have reverted the lines outlined below and am attaching the
patch.

---------------------------------------------------------------------------

Gaetano Mendola wrote:

Gaetano Mendola wrote:

------------------------------------------------------------------------

--- README.good	2003-10-21 02:40:19.000000000 +0200
+++ README	2003-10-21 02:37:43.000000000 +0200
@@ -1,3 +1,3 @@
-PG_autovacuum README
+pg_autovacuum README
--------------------

@@ -148,8 +148,8 @@
vacuum analyze is performed.

-AnalyzeThreshold is equal to: 
+deleteThreshold is equal to: 
vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table")
-VacuumThreshold is equal to: 
+insertThreshold is equal to: 
analyze_base_value + (analyze_scaling_factor * "number of tuples in the table")

Was I wrong ?

Regards
Gaeatano Mendola

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

Attachments:

/bjm/difftext/plainDownload+4-4