pgsql: Fix failure to propagate collation in negate_clause(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix failure to propagate collation in negate_clause().
Date
Msg-id E1Q3Fka-0006dI-Mr@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Document collation handling in SQL and plpgsql functions.
Next
From: Tom Lane
Date:
Subject: pgsql: Pass collation to makeConst() instead of looking it up internall