Re: [COMMITTERS] pgsql: Allow time delayed standbys and recovery
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Thom Brown <thom@linux.com>
Cc: Magnus Hagander <magnus@hagander.net>,
Simon Riggs <simon.riggs@enterprisedb.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-04-08T13:36:27Z
Lists: pgsql-hackers
Attachments
- v1-0001-docs-Note-the-recovery_min_apply_delay-bloats-pg_.patch (application/octet-stream) patch v1-0001
On Wed, Apr 6, 2022 at 8:15 AM Robert Haas <robertmhaas@gmail.com> wrote: > On Tue, Apr 5, 2022 at 8:43 PM Thom Brown <thom@linux.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. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
docs: Note the recovery_min_apply_delay bloats pg_wal.
- ad385a494f6a 15.0 landed
-
Allow time delayed standbys and recovery
- 36da3cfb457b 9.4.0 cited