| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | John Naylor <john(dot)naylor(at)enterprisedb(dot)com> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: First draft of the PG 15 release notes |
| Date: | 2022-05-16 14:18:27 |
| Message-ID: | YoJdM54lPBDOggZT@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, May 16, 2022 at 10:09:18AM -0400, Bruce Momjian wrote:
> On Mon, May 16, 2022 at 01:21:22PM +0700, John Naylor wrote:
> > Hi Bruce,
> >
> > "Improve validation of ASCII and UTF-8 text by processing 16 bytes at
> > a time (John Naylor)"
> >
> > The reader might assume here that ASCII is optimized regardless of
> > encoding, but it is only optimized in the context of UTF-8. So I would
> > just mention UTF-8.
>
> I struggled with this item because it seemed to me that even if the
> UTF-8 text was only ASCII, it would benefit, so I just rewrote it to:
>
> Improve validation of UTF-8 text (even ASCII-only) by processing 16
> bytes at a time (John Naylor)
Newer wording:
Improve validation of UTF-8 text (even if only ASCII) by processing
16 bytes at a time (John Naylor)
--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com
Indecision is a decision. Inaction is an action. Mark Batterson
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-05-16 14:26:17 | Re: removing datlastsysoid |
| Previous Message | Dave Page | 2022-05-16 14:16:55 | Re: removing datlastsysoid |