pgsql: Raise max setting of checkpoint_timeout to 1d

Started by Simon Riggsalmost 10 years ago3 messagescomitters
Jump to latest
#1Simon Riggs
simon@2ndQuadrant.com

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

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f2dba881a5e13abc957f0e692749f89c9288134d

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
src/backend/utils/misc/guc.c | 2 +-
src/backend/utils/misc/postgresql.conf.sample | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

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

#2Andres Freund
andres@anarazel.de
In reply to: Simon Riggs (#1)
Re: pgsql: Raise max setting of checkpoint_timeout to 1d

On 2016-09-11 22:28:21 +0000, Simon Riggs wrote:

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

Branch
------
REL9_6_STABLE

FWIW, it's kind of surprising that this was backpatched. That means we
should include it in the current release notes.

Andres

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

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andres Freund (#2)
Re: pgsql: Raise max setting of checkpoint_timeout to 1d

Andres Freund <andres@anarazel.de> writes:

FWIW, it's kind of surprising that this was backpatched. That means we
should include it in the current release notes.

Yeah, I'll do a last round of release note updates sometime this weekend.

regards, tom lane

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