Re: pgsql: Raise maximum value of several timeout parameters - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Raise maximum value of several timeout parameters
Date
Msg-id 26643.1300495415@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Raise maximum value of several timeout parameters  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Raise maximum value of several timeout parameters
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 03/17/2011 02:25 PM, Peter Eisentraut wrote:
>> Raise maximum value of several timeout parameters

> Did we not intend to backpatch this? The max_standby_*_delay settings
> are particularly worrisome to me, and ISTM there's a good case for
> calling these just bugs. Surely nobody is relying on the maximum value
> being 35 minutes.

I would argue that this isn't a bug fix: the code was operating as
designed.  What it is is a feature improvement, and one that has nonzero
risk of introducing new bugs.  So I vote for no backpatch.  Let it make
its way into the world after a beta cycle.

            regards, tom lane

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Document that the timestamp returned by pg_last_xact_replay_time
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Remove ancient -X options to pg_dump, pg_dumpall, pg_restore.