Re: new version of contrib-intarray

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: new version of contrib-intarray
Дата
Msg-id 24301.980779701@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: new version of contrib-intarray  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Oleg Bartunov <oleg@sai.msu.su> writes:
>  gist__int_ops    |       1007
>  gist__intbig_ops |       1007

> we want gist__int_ops to be default index opclass.
> If we delete gist__intbig_ops entry from opclass, then we couldn't use
> gist__intbig_ops !

Put in gist__intbig_ops with zero for the default type.  You should
never have more than one entry in pg_opclass claiming to be the default
for a given type OID.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Ungraceful handling of fatal flex errors
Следующее
От: Jan Wieck
Дата:
Сообщение: Security hole in PL/pgSQL