Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Thom Brown <thom(at)linux(dot)com>, Simon Riggs <simon(dot)riggs(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery
Date: 2022-04-08 13:45:18
Message-ID: CABUevEy5DZA77yc2cWfSsOg1UsaEy7=ZU1Kd4NdkX=zvwy3yig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Apr 8, 2022 at 3:36 PM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> On Wed, Apr 6, 2022 at 8:15 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> > On Tue, Apr 5, 2022 at 8:43 PM Thom Brown <thom(at)linux(dot)com> wrote:
> > > I share your discomfort with the wording. How about:
> > >
> > > WAL records must be kept on standby until they are ready to be applied.
> > > Therefore, longer delays will result in a greater accumulation of WAL
> files,
> > > increasing disk space requirements for the standby's
> <filename>pg_wal</>
> > > directory.
> >
> > Looks awesome.
>
> Here that is in patch form. I feel that the feature freeze should not
> preclude committing this documentation improvement, but if someone
> feels otherwise, then I will leave this until the tree reopens.
>

We normally allow documentation and bug fixes after the feature freeze.
(It's only in the "we're about to wrap the release right now"-freeze that
we have to avoid those)

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Thom Brown 2022-04-08 14:44:51 Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery
Previous Message Robert Haas 2022-04-08 13:36:27 Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2022-04-08 13:51:03 Re: GSoC: New and improved website for pgjdbc (JDBC)
Previous Message Bharath Rupireddy 2022-04-08 13:44:27 Re: How to simulate sync/async standbys being closer/farther (network distance) to primary in core postgres?