Re: First draft of the PG 15 release notes

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:09:18
Message-ID: YoJbDhvtpyLx7li2@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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)

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

Indecision is a decision. Inaction is an action. Mark Batterson

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2022-05-16 14:16:55 Re: removing datlastsysoid
Previous Message David Steele 2022-05-16 14:06:42 Re: removing datlastsysoid