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
pull/163/head
Bruce Momjian 1 year ago
parent acecd6746c
commit fa25dfcd7e
  1. 2
      doc/src/sgml/release-17.sgml

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

Loading…
Cancel
Save