pgsql: Coercion sanity check in ri_HashCompareOp failed to allow for - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Coercion sanity check in ri_HashCompareOp failed to allow for
Date
Msg-id 20080519041425.1F410754C54@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per
example from Rod Taylor.  On reflection the correct test here is for any
polymorphic type, not specifically ANYARRAY as in the original coding.

Modified Files:
--------------
    pgsql/src/backend/commands:
        tablecmds.c (r1.254 -> r1.255)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/tablecmds.c?r1=1.254&r2=1.255)
    pgsql/src/backend/utils/adt:
        ri_triggers.c (r1.108 -> r1.109)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/ri_triggers.c?r1=1.108&r2=1.109)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make another try at using -Wl,--as-needed to suppress linking of
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Coercion sanity check in ri_HashCompareOp failed to allow for