aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-05-23 00:27:01 -0400
committerBruce Momjian <bruce@momjian.us>2023-05-23 00:27:01 -0400
commit5cb54fc310fb84287cbdc74533f3420490a2f63a (patch)
treec07ea600c15a322d9fc47906987ccf6f629dd76b /doc/src
parente0b82fc8e8317881ecdd1e28bece55ea0db952da (diff)
downloadpostgresql-5cb54fc310fb84287cbdc74533f3420490a2f63a.tar.gz
postgresql-5cb54fc310fb84287cbdc74533f3420490a2f63a.zip
doc: PG 16 relnotes, SIMD improvements
Reported-by: John Naylor Discussion: https://postgr.es/m/CAFBsxsEuAx4_nq=200u=70S5r83C2hzO-a9+c6YXTCbOFeDAfw@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-16.sgml6
1 files changed, 3 insertions, 3 deletions
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 <john.naylor@postgresql.org>
<listitem>
<para>
-Allow ASCII string detection to use vector operations on x86-64 architectures (John Naylor)
+Allow ASCII string detection to use vector operations (John Naylor)
</para>
</listitem>
@@ -2541,7 +2541,7 @@ Author: John Naylor <john.naylor@postgresql.org>
<listitem>
<para>
-Allow JSON string processing to use vector operations on x86-64 architectures (John Naylor)
+Allow JSON string parsing to use vector operations (John Naylor)
</para>
<para>
@@ -2558,7 +2558,7 @@ Author: John Naylor <john.naylor@postgresql.org>
<listitem>
<para>
-Allow arrays searches to use vector operations on x86-64 architectures (John Naylor)
+Allow array searches to use vector operations (John Naylor)
</para>
</listitem>