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:38
Message-ID: 20070128013738.D90149FB29D@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.

Modified Files:
--------------
pgsql/src/backend/utils/adt:
selfuncs.c (r1.221 -> r1.222)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/selfuncs.c.diff?r1=1.221&r2=1.222)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-01-28 01:37:45 pgsql: Fix scalararraysel() to cope with binary-compatible cases, such
Previous Message Tom Lane 2007-01-28 01:32:49 Re: pgsql: Back-port changes of Jan 16 and 17 to "revoke" pending fsync