pgsql: Raise max setting of checkpoint_timeout to 1d

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Raise max setting of checkpoint_timeout to 1d
Date: 2016-09-11 22:28:11
Message-ID: E1bjDER-00035L-V0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)1454471895(at)sss(dot)pgh(dot)pa(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2016-09-11 22:28:21 pgsql: Raise max setting of checkpoint_timeout to 1d
Previous Message Kevin Grittner 2016-09-11 20:41:06 pgsql: psql tab completion for CREATE DATABASE ... TEMPLATE ...