From 5cb54fc310fb84287cbdc74533f3420490a2f63a Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 23 May 2023 00:27:01 -0400 Subject: [PATCH] doc: PG 16 relnotes, SIMD improvements Reported-by: John Naylor Discussion: https://postgr.es/m/CAFBsxsEuAx4_nq=200u=70S5r83C2hzO-a9+c6YXTCbOFeDAfw@mail.gmail.com --- doc/src/sgml/release-16.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/release-16.sgml b/doc/src/sgml/release-16.sgml index 3d96bd6e6d..d2134ea54c 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) -- 2.30.2