From fa25dfcd7ec1c72cce68e17aae99bb0f0349749f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 19 May 2024 20:12:42 -0400 Subject: [PATCH] doc PG 17 relnotes: adjust vacuum item to use "or" Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvrR1ZQ69keUwr5_BGo2iWNqhpZooZSz2g96KnOxO0_GTw@mail.gmail.com Backpatch-through: master --- doc/src/sgml/release-17.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 5d2fcd7d7de..0e7ff51f4a4 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -523,7 +523,7 @@ Allow vacuum to more efficiently store tuple references (Masahiko Sawada, John N -Additionally, vacuum is no longer silently limited to one gigabyte of memory when maintenance_work_mem and autovacuum_work_mem are higher. WAL traffic caused by +Additionally, vacuum is no longer silently limited to one gigabyte of memory when maintenance_work_mem or autovacuum_work_mem are higher. WAL traffic caused by vacuum is also more compact.