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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Fix scalararraysel() to cope with binary-compatible cases, such
Дата
Msg-id 20070128013738.D90149FB29D@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Back-port changes of Jan 16 and 17 to "revoke" pending fsync
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix scalararraysel() to cope with binary-compatible cases, such