pgsql: Fix ILIKE to honor collation when working in single-byte encodin

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix ILIKE to honor collation when working in single-byte encodin
Дата
Msg-id E1Q8fSf-00087n-Nb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix ILIKE to honor collation when working in single-byte encodings.

The original collation patch only fixed the multi-byte code path.
This change also ensures that ILIKE's idea of the case-folding rules
is exactly the same as str_tolower's.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/00f11f419caa873b44d70071d4ade0b8c75e7f36

Modified Files
--------------
src/backend/utils/adt/like.c       |   80 +++++++++++++++++++++++++++++-------
src/backend/utils/adt/like_match.c |   12 +++--
2 files changed, 72 insertions(+), 20 deletions(-)


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

Предыдущее
От: achernow@pgfoundry.org (User Achernow)
Дата:
Сообщение: libpqtypes - libpqtypes: added PQparamDup to duplicate an existing
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add collation support on Windows (MSVC build)