pgsql: Simplify coding style of is_valid_ascii()

Поиск
Список
Период
Сортировка
От John Naylor
Тема pgsql: Simplify coding style of is_valid_ascii()
Дата
Msg-id E1oJu1c-000PSf-2t@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Simplify coding style of is_valid_ascii()

Calculate end of input rather than maintaining length,
per prior suggestion from Heikki Linnakangas. In passing,
use more natural language in a comment.

Discussion: https://www.postgresql.org/message-id/b4648cc2-5e9c-c93a-52cc-51e5c658a4f6%40iki.fi

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6b41a1579bd37aa95924d592d7a18a79d669662f

Modified Files
--------------
src/include/mb/pg_wchar.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: pgsql: postgres_fdw: Disable batch insertion when there are WCO constra
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: regress: fix test instability