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
-
Refactor logic to check for ASCII-only characters in string
- 93e8ff8701a6 14.0 landed