Re: Refactor routine to check for ASCII-only case

Heikki Linnakangas <hlinnaka@iki.fi>

From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Michael Paquier <michael@paquier.xyz>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-12-18T09:54:24Z
Lists: pgsql-hackers
On 18/12/2020 05:57, Michael Paquier wrote:
> As mentioned in [1], there are three places where there is the same
> routine to check if a string is made only of ASCII characters.
> 
> This makes for a small-ish but nice cleanup, as per the attached.

+1

- Heikki



Commits

  1. Refactor logic to check for ASCII-only characters in string