projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8a7b1
)
relnotes: improve UTF8 text item in relation to ASCII
author
Bruce Momjian
<bruce@momjian.us>
Mon, 16 May 2022 14:09:36 +0000
(10:09 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 16 May 2022 14:09:36 +0000
(10:09 -0400)
Reported-by: John Naylor
Discussion: https://postgr.es/m/CAFBsxsE-US0sgVxVHjt99GCGky4TCD57gwMHWPF9XWo7R5rXPg@mail.gmail.com
doc/src/sgml/release-15.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-15.sgml
b/doc/src/sgml/release-15.sgml
index d18a4821ae64e9db5cbabdc49a5adab191573c14..2f059ffd0a896aa66e593c0c3edc68e3f91f2d6a 100644
(file)
--- 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>