pgsql: Raise max setting of checkpoint_timeout to 1d - Mailing list pgsql-committers

From Simon Riggs
Subject pgsql: Raise max setting of checkpoint_timeout to 1d
Date
Msg-id E1bjDEb-00035l-UK@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Raise max setting of checkpoint_timeout to 1d  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Raise max setting of checkpoint_timeout to 1d
Next
From: Simon Riggs
Date:
Subject: pgsql: Identify walsenders in pg_stat_activity