From: Bruce Momjian Date: Tue, 28 May 2024 04:21:13 +0000 (-0400) Subject: doc PG 17 relnotes: adjust IN wording X-Git-Tag: REL_17_BETA2~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fea1bd5411b793697a4c9087c403887e050c4ac;p=thirdparty%2Fpostgresql.git doc PG 17 relnotes: adjust IN wording Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvqmW0wQRam4paRbHvLQA+w5CJOCno4BCu=NFRLRhYhtRw@mail.gmail.com Backpatch-through: master --- diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 1c1f0c23be2..1131f2aab51 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -467,7 +467,7 @@ Author: Peter Geoghegan -Allow btree indexes to more efficiently find a set of values, such as those supplied by IN subqueries (Peter Geoghegan, Matthias van de Meent) +Allow btree indexes to more efficiently find a set of values, such as those supplied by IN clauses using constants (Peter Geoghegan, Matthias van de Meent)