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 E1bjDER-00035L-V0@gemulon.postgresql.org
Whole thread Raw
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
------
master

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

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: Kevin Grittner
Date:
Subject: pgsql: psql tab completion for CREATE DATABASE ... TEMPLATE ...
Next
From: Simon Riggs
Date:
Subject: pgsql: Raise max setting of checkpoint_timeout to 1d