Refactor routine to check for ASCII-only case

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Refactor routine to check for ASCII-only case
Дата
Msg-id X9womIn6rne6Gud2@paquier.xyz
обсуждение исходный текст
Ответы Re: Refactor routine to check for ASCII-only case  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
Hi all,

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.

Thanks,

[1]: https://www.postgresql.org/message-id/X9lVLGRuG0hTHrVo@paquier.xyz
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Proposed patch for key managment
Следующее
От: Dilip Kumar
Дата:
Сообщение: Re: Parallel Inserts in CREATE TABLE AS