doc PG 17 relnotes: adjust vacuum item to use "or"
authorBruce Momjian <bruce@momjian.us>
Mon, 20 May 2024 00:12:42 +0000 (20:12 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 20 May 2024 00:12:42 +0000 (20:12 -0400)
Reported-by: David Rowley
Discussion: https://postgr.es/m/CAApHDvrR1ZQ69keUwr5_BGo2iWNqhpZooZSz2g96KnOxO0_GTw@mail.gmail.com

Backpatch-through: master

doc/src/sgml/release-17.sgml

index 5d2fcd7d7de567bbef70230a5fc7fd16b5a6f6b0..0e7ff51f4a41c2bcac27870c8f7ceb2d6430d372 100644 (file)
@@ -523,7 +523,7 @@ Allow vacuum to more efficiently store tuple references (Masahiko Sawada, John N
 </para>
 
 <para>
-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.
 </para>
 </listitem>