From 9499c0fcf488e2f8e0e3ae71b06003fe7735feb4 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 16 May 2022 10:09:36 -0400 Subject: [PATCH] relnotes: improve UTF8 text item in relation to ASCII Reported-by: John Naylor Discussion: https://postgr.es/m/CAFBsxsE-US0sgVxVHjt99GCGky4TCD57gwMHWPF9XWo7R5rXPg@mail.gmail.com --- doc/src/sgml/release-15.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -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) -- 2.39.5