| От | Heikki Linnakangas |
|---|---|
| Тема | currentItemData & currentMarkData |
| Дата | |
| Msg-id | 4506BDC0.2050705@enterprisedb.com обсуждение исходный текст |
| Ответы |
Re: currentItemData & currentMarkData
|
| Список | pgsql-hackers |
It has bothered me for some time that we have currentItemData and currentMarkData fields in IndexScanDescData, while it's really indexam's private data. They should be in the indexam opaque structure. At the moment, they're used in gist and hash access methods, and they're not used in b-tree and gin. The new bitmap index code uses them, but only as an internal boolean flag indicating that the scan has been initialized, so that should be fixed anyway. How about removing those fields from IndexScanDesc? There's also is_multiscan field which is set but never read. -- Heikki Linnakangas EnterpriseDB http://www.enterprisedb.com
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера