pgsql: Fix make_greater_string to not have an undocumented collation as

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix make_greater_string to not have an undocumented collation as
Дата
Msg-id E1Q8JQ8-0005js-Qf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix make_greater_string to not have an undocumented collation assumption.

The previous coding worked only if ltproc->fn_collation was always either
DEFAULT_COLLATION_OID or a C-compatible locale.  While that's true at the
moment, it wasn't documented (and in fact wasn't true when this code was
committed...).  But it only takes a couple more lines to make its internal
caching behavior locale-aware, so let's do that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/466dac8656c11317b91c1a4bfd5cfca4508cba94

Modified Files
--------------
src/backend/utils/adt/selfuncs.c |   13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Truncate the predicate lock SLRU to empty, instead of almost emp
Следующее
От: hinoue@pgfoundry.org (User Hinoue)
Дата:
Сообщение: psqlodbc - psqlodbc: Resolve the trouble introduced by the change