From d2a04470aa6401c1938cc107e0b2c56c22a2321f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 20 May 2024 09:36:58 -0400 Subject: [PATCH] doc PG 17 relnotes: adjust vacuum items Reported-by: John Naylor Discussion: https://postgr.es/m/CANWCAZbPEoFcSjedGsz4AV=_sbwUN4sgjrukVCu-JzrqFC5Hhw@mail.gmail.com Author: John Naylor Backpatch-through: master --- doc/src/sgml/release-17.sgml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 0e7ff51f4a4..612eb100a7b 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -492,23 +492,23 @@ Allow BRIN indexes to be created using parallel workers (Tomas Vondra, Matthias -Allow vacuum to more efficiently remove and freeze tuples (Masahiko Sawada, John Naylor, Melanie Plageman) +Allow vacuum to more efficiently remove and freeze tuples (Melanie Plageman) + + + +WAL traffic caused by vacuum is also more compact.