doc PG 17 relnotes: improve btree "set/array" matching item

Reported-by: Peter Geoghegan

Discussion: https://postgr.es/m/CAH2-WznwSs5irUka2deUooSdH7Sts2oPdVv4PCOwhK51fq2ZTg@mail.gmail.com

Backpatch-through: master
This commit is contained in:
Bruce Momjian 2024-05-25 23:56:06 -04:00
parent f3bfa02991
commit 4cf9aab214

View file

@ -467,7 +467,7 @@ Author: Peter Geoghegan <pg@bowt.ie>
<listitem>
<para>
Allow btree indexes to more efficiently find array matches (Peter Geoghegan, Matthias van de Meent)
Allow btree indexes to more efficiently find a set of values, such as those supplied by IN subqueries (Peter Geoghegan, Matthias van de Meent)
</para>
</listitem>