Re: GiST patches for 7.2 (please apply)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GiST patches for 7.2 (please apply)
Дата
Msg-id 8351.998494792@sss.pgh.pa.us
обсуждение исходный текст
Ответ на GiST patches for 7.2 (please apply)  (Oleg Bartunov <oleg@sai.msu.su>)
Ответы Re: GiST patches for 7.2 (please apply)  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Looking at the revised version of initGISTstate, I am thinking that
I missed a step in updating the main indexing code for the new
pg_opclass definition.  It seems to me that if opckeytype is not 0,
that datatype ought to be used to declare the index column type from
the beginning.  Then initGISTstate wouldn't need to go through all
these pushups to develop a correct tuple descriptor for the index.

Any objections?
        regards, tom lane


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

Предыдущее
От: Florian Weimer
Дата:
Сообщение: Escaping strings for inclusion into SQL queries
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: GiST patches for 7.2 (please apply)