Re: what is maximum allowed value of autovacuum_freeze_max_age

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Radovan Jablonovsky  wrote:
 
> In documentation
> http://www.postgresql.org/docs/9.1/static/routine-vacuuming.html
> is this information about autovacuum_freeze_max_age: "if
> autovacuum_freeze_max_age is set to its maximum allowed value of a
> little less than two billion". What is exact maximum allowed value
> of autovacuum_freeze_max_age?
 
test=# select name, setting, min_val, max_val
test-#   from pg_settings where name = 'autovacuum_freeze_max_age';
           name            |  setting  |  min_val  |  max_val   
---------------------------+-----------+-----------+------------
 autovacuum_freeze_max_age | 200000000 | 100000000 | 2000000000
(1 row)
 
Perhaps we should drop "a little less than" from the docs.
 
-Kevin


-- 
Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux