On fre, 2009-08-14 at 13:57 -0700, Jeff Davis wrote: > Looking at the definitions of vacuum_freeze_min_age and > autovacuum_freeze_max_age there seems to be almost no distinction > between "min" and "max" in those two names.
For min, the action happens at or above the min values. For max, the action happens at or below the max value. With those two particular parameters, the freezing happens exactly between the min and the max value. -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers