From: Bruce Momjian Date: Tue, 23 May 2023 04:27:01 +0000 (-0400) Subject: doc: PG 16 relnotes, SIMD improvements X-Git-Tag: REL_16_BETA2~119 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=5cb54fc310fb84287cbdc74533f3420490a2f63a;p=postgresql.git doc: PG 16 relnotes, SIMD improvements Reported-by: John Naylor Discussion: https://postgr.es/m/CAFBsxsEuAx4_nq=200u=70S5r83C2hzO-a9+c6YXTCbOFeDAfw@mail.gmail.com --- diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 3d96bd6e6d7..d2134ea54c9 100644 --- a/doc/src/sgml/release-16.sgml +++ b/doc/src/sgml/release-16.sgml @@ -2530,7 +2530,7 @@ Author: John Naylor -Allow ASCII string detection to use vector operations on x86-64 architectures (John Naylor) +Allow ASCII string detection to use vector operations (John Naylor) @@ -2541,7 +2541,7 @@ Author: John Naylor -Allow JSON string processing to use vector operations on x86-64 architectures (John Naylor) +Allow JSON string parsing to use vector operations (John Naylor) @@ -2558,7 +2558,7 @@ Author: John Naylor -Allow arrays searches to use vector operations on x86-64 architectures (John Naylor) +Allow array searches to use vector operations (John Naylor)