Thread: pgsql: patternsel() was improperly stripping RelabelType from the

pgsql: patternsel() was improperly stripping RelabelType from the

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
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)