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
This commit is contained in:
Bruce Momjian 2024-05-19 20:12:42 -04:00
parent acecd6746c
commit fa25dfcd7e
1 changed files with 1 additions and 1 deletions

View 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>