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:12
Message-ID: 20050601170512.3857052944@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.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
selfuncs.c (r1.178 -> r1.179)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.178&r2=1.179)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-06-01 17:05:25 pgsql: patternsel() was improperly stripping RelabelType from the
Previous Message Teodor Sigaev 2005-06-01 11:46:09 pgsql: Prevent to divide by zero and range out of 0..1