pgsql: Fix failure to propagate collation in negate_clause().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix failure to propagate collation in negate_clause().
Дата
Msg-id E1Q3Fka-0006dI-Mr@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix failure to propagate collation in negate_clause().

Turns out it was this, and not so much plpgsql, that was at fault in Stefan
Huehner's collation-error-in-a-trigger bug report of a couple weeks ago.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c8e993503d0f1a0cb8f187a136fb64cead9ba591

Modified Files
--------------
src/backend/optimizer/prep/prepqual.c |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Document collation handling in SQL and plpgsql functions.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Pass collation to makeConst() instead of looking it up internall