]> granicus.if.org Git - postgresql/commit
Raise max setting of checkpoint_timeout to 1d
authorSimon Riggs <simon@2ndQuadrant.com>
Sun, 11 Sep 2016 22:27:29 +0000 (23:27 +0100)
committerSimon Riggs <simon@2ndQuadrant.com>
Sun, 11 Sep 2016 22:27:29 +0000 (23:27 +0100)
commitf2dba881a5e13abc957f0e692749f89c9288134d
tree8b8598c9c643def341816951179b6eeabd22bada
parentfa7b3a88dd5d7f6d18614eefc6cc0662e31bd451
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