diff options
author | Bruce Momjian <bruce@momjian.us> | 2022-05-16 10:09:36 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2022-05-16 10:09:36 -0400 |
commit | 9499c0fcf488e2f8e0e3ae71b06003fe7735feb4 (patch) | |
tree | 1e0d0b75b1f60d084d2b2ce21344b9b9df833756 | |
parent | 6a8a7b1ccbc0e92ce2b301e9aad26a4caedfd9b5 (diff) | |
download | postgresql-9499c0fcf488e2f8e0e3ae71b06003fe7735feb4.tar.gz postgresql-9499c0fcf488e2f8e0e3ae71b06003fe7735feb4.zip |
relnotes: improve UTF8 text item in relation to ASCII
Reported-by: John Naylor
Discussion: https://postgr.es/m/CAFBsxsE-US0sgVxVHjt99GCGky4TCD57gwMHWPF9XWo7R5rXPg@mail.gmail.com
-rw-r--r-- | doc/src/sgml/release-15.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml index d18a4821ae6..2f059ffd0a8 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -757,7 +757,7 @@ Author: John Naylor <john.naylor@postgresql.org> <listitem> <para> -Improve validation of ASCII and UTF-8 text by processing 16 bytes at a time (John Naylor) +Improve validation of UTF-8 text (even ASCII-only) by processing 16 bytes at a time (John Naylor) </para> <para> |