]> granicus.if.org Git - postgresql/commit
Raise max setting of checkpoint_timeout to 1d
authorSimon Riggs <simon@2ndQuadrant.com>
Sun, 11 Sep 2016 22:26:18 +0000 (23:26 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Sun, 11 Sep 2016 22:26:18 +0000 (23:26 +0100)
commitc3c0d7bd701dae4737c974a59ffa9b366110f9c1
tree4522e179a54d0c7e360aba881d2b087cbebd0ad1
parent52803098ab26051c0c9802f3c19edffc90de8843
Raise max setting of checkpoint_timeout to 1d

Previously checkpoint_timeout was capped at 3600s
New max setting is 86400s = 24h = 1d

Discussion: 32558.1454471895@sss.pgh.pa.us
doc/src/sgml/config.sgml
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample