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:21
Message-ID: E1bjDEb-00035l-UK@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
------
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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2016-09-12 01:00:50 Re: Re: [COMMITTERS] pgsql: Use LEFT JOINs in some system views in case referenced row doesn
Previous Message Simon Riggs 2016-09-11 22:28:11 pgsql: Raise max setting of checkpoint_timeout to 1d