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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix failure to propagate collation in negate_clause().
Date: 2011-03-25 22:45:00
Message-ID: E1Q3Fka-0006dI-Mr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-26 00:10:52 pgsql: Pass collation to makeConst() instead of looking it up internall
Previous Message Tom Lane 2011-03-25 22:21:42 pgsql: Document collation handling in SQL and plpgsql functions.