[COMMITTERS] pgsql: Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.
Дата
Msg-id E1dvPz1-0001iZ-9V@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Mop-up for commit 85feb77aa09cda9ff3e12cf95c757c499dc25343.

Adjust commentary in regc_pg_locale.c to remove mention of the possibility
of not having <wctype.h> functions, since we no longer consider that.

Eliminate duplicate code in wparser_def.c by generalizing the p_iswhat
macro to take a parameter saying what to return for non-ASCII chars
in C locale.  (That's not really a consequence of the
USE_WIDE_UPPER_LOWER-ectomy, but I noticed it while doing that.)

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ed87e1980706975e7aa412bee200087774c5ff22

Modified Files
--------------
src/backend/regex/regc_pg_locale.c |  24 ++++----
src/backend/tsearch/wparser_def.c  | 113 +++++++++----------------------------
2 files changed, 40 insertions(+), 97 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Assume wcstombs(), towlower(),and sibling functions are always
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Remove contrib/chkpass