match_clause_to_indexcol()

Поиск
Список
Период
Сортировка
От Robert Haas
Тема match_clause_to_indexcol()
Дата
Msg-id AANLkTi=N5HmUgWox3JJerxT-cwZtgwcu4dbHiVdF-LrA@mail.gmail.com
обсуждение исходный текст
Ответы Re: match_clause_to_indexcol()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I was looking at KNNGIST some more today and found myself trying to
disentangle what match_clause_to_indexcol() is actually doing.  It
appears to me that the opfamily passed to that function is always the
same as index->opfamily[indexcol], which seems like needless
notational complexity.  Maybe I'm missing something, but the attached
patch seems to make things simpler and clearer.  Thoughts?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Custom code int(32|64) => text conversions out of performance reasons
Следующее
От: Tom Lane
Дата:
Сообщение: Re: match_clause_to_indexcol()