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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix scalararraysel() to cope with binary-compatible cases, such
Date: 2007-01-28 01:37:45
Message-ID: 20070128013745.D2C239FB2C2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-28 02:33:09 pgsql: Add signal.h for sys_siglist reference.
Previous Message Tom Lane 2007-01-28 01:37:38 pgsql: Fix scalararraysel() to cope with binary-compatible cases, such