pgsql: Fix scalararraysel() to cope with binary-compatible cases, such - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix scalararraysel() to cope with binary-compatible cases, such
Date
Msg-id 20070128013745.D2C239FB2C2@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix scalararraysel() to cope with binary-compatible cases, such as text[]
versus varchar[].  This oversight probably explains Ryan Holmes' recent
complaint --- he was getting a generic selectivity estimate instead of
anything intelligent.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        selfuncs.c (r1.214.2.2 -> r1.214.2.3)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.214.2.2&r2=1.214.2.3)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix scalararraysel() to cope with binary-compatible cases, such
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add signal.h for sys_siglist reference.