Re: Doc fix of aggressive vacuum threshold for multixact members storage
Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
From: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
To: John Naylor <johncnaylorls@gmail.com>
Cc: Sami Imseih <samimseih@gmail.com>, Alex Friedman <alexf01@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-02-26T09:40:08Z
Lists: pgsql-hackers
Hi, On Wed, Feb 26, 2025 at 02:04:38PM +0700, John Naylor wrote: > On Wed, Feb 5, 2025 at 2:23 AM Sami Imseih <samimseih@gmail.com> wrote: > > > > I rather we not touch the .c file for this update. It's unlikely the actual > > computation will change. > > I'm on the fence about putting a hint in the C file, but the > computation has changed in the past, see commit b4d4ce1d50bbdf , so > it's a reasonable idea. Thanks for sharing your thoughts! I think that the more safeguard we put to avoid code and doc discrepancy the better (though I agree that this "safeguard" is not perfect but probably better than none). Regards, -- Bertrand Drouvot PostgreSQL Contributors Team RDS Open Source Databases Amazon Web Services: https://aws.amazon.com
Commits
-
Doc: correct aggressive vacuum threshold for multixact members storage
- be342766fb02 14.18 landed
- bc6a81ac3a83 15.13 landed
- 98aa99b6d682 16.9 landed
- 5c8dcf948334 17.5 landed
- fcabc3adf889 18.0 landed
-
docs: clarify new aggressive vacuum mode for multi-xacts
- c552e171d16e 15.0 cited
-
Increase threshold for multixact member emergency autovac to 50%.
- b4d4ce1d50bb 9.5.0 cited