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 20050601170525.AC7655281C@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.

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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: patternsel() was improperly stripping RelabelType from the
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix log_statement to properly recognize SELECT INTO and CREATE