pgsql: patternsel() was improperly stripping RelabelType from the - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: patternsel() was improperly stripping RelabelType from the
Date
Msg-id 20050601170512.3857052944@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: teodor@svr1.postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Prevent to divide by zero and range out of 0..1
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: patternsel() was improperly stripping RelabelType from the