diff options
author | Bruce Momjian | 2022-05-24 23:37:50 +0000 |
---|---|---|
committer | Bruce Momjian | 2022-05-24 23:37:50 +0000 |
commit | 335e444f2269086c22146d885afb9d6e92d5cb01 (patch) | |
tree | ba57a02b53255a0e254a5a45de8979fd651853f2 | |
parent | c9dfe2e83a8dbc30e6992ced01da2f7cfa0f63f3 (diff) |
relnotes: add Heikki to UTF8 item
Reported-by: John Naylor
Discussion: https://postgr.es/m/CAFBsxsFhbhMbK_ZaLpH6J8BfJL_uowtGg+Qs9XA=F4uPU3aucA@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 4a46c4278c..f7344b9884 100644 --- a/doc/src/sgml/release-15.sgml +++ b/doc/src/sgml/release-15.sgml @@ -757,7 +757,7 @@ Author: John Naylor <[email protected]> <listitem> <para> -Improve validation of UTF-8 text (even if only ASCII) by processing 16 bytes at a time (John Naylor) +Improve validation of UTF-8 text (even if only ASCII) by processing 16 bytes at a time (John Naylor, Heikki Linnakangas) </para> <para> |