pgsql: patternsel() was improperly stripping RelabelType from the

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: patternsel() was improperly stripping RelabelType from the
Date: 2005-06-01 17:05:25
Message-ID: 20050601170525.AC7655281C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
patternsel() was improperly stripping RelabelType from the derived
expressions it constructed, causing scalarineqsel to become confused
if the underlying variable was of a domain type. Per report from
Kevin Grittner.

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/adt:
selfuncs.c (r1.169.4.4 -> r1.169.4.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.169.4.4&r2=1.169.4.5)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-01 23:27:04 pgsql: Fix log_statement to properly recognize SELECT INTO and CREATE
Previous Message Tom Lane 2005-06-01 17:05:12 pgsql: patternsel() was improperly stripping RelabelType from the