Обсуждение: pgsql: Raise max setting of checkpoint_timeout to 1d

Поиск
Список
Период
Сортировка

pgsql: Raise max setting of checkpoint_timeout to 1d

От
Simon Riggs
Дата:
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(-)


Re: pgsql: Raise max setting of checkpoint_timeout to 1d

От
Andres Freund
Дата:
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


Re: pgsql: Raise max setting of checkpoint_timeout to 1d

От
Tom Lane
Дата:
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