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 20070128013738.D90149FB29D@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.

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)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Back-port changes of Jan 16 and 17 to "revoke" pending fsync
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix scalararraysel() to cope with binary-compatible cases, such