| От | Tom Lane |
|---|---|
| Тема | Re: comparing index columns |
| Дата | |
| Msg-id | 5474.1181657972@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | comparing index columns ("Pavan Deolasee" <pavan.deolasee@gmail.com>) |
| Ответы |
Re: comparing index columns
|
| Список | pgsql-hackers |
"Pavan Deolasee" <pavan.deolasee@gmail.com> writes:
> I don't have much insight into the operator classes and operator families
> and how they work. Where should I look for the related code ?
Primary opclass members are stored right in the Relation data struct for
you. Since (I trust) you're only supporting this for btree, you could
just use rd_supportinfo[0] which will not even cost an fmgr lookup.
See index_getprocinfo() and callers.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера