| От | Alvaro Herrera |
|---|---|
| Тема | pgsql: Fix BRIN operator family definitions |
| Дата | |
| Msg-id | E1XuSoQ-0006Nb-Nv@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
Fix BRIN operator family definitions The original definitions were leaving no room for cross-type operators, so queries that compared a column of one type against something of a different type were not taking advantage of the index. Fix by making the opfamilies more like the ones for Btree, and include a few cross-type operator classes. Catalog version bumped. Per complaints from Hubert Lubaczewski, Mark Wong, Heikki Linnakangas. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/816e10d80033dd74b3b76fdfd84dffb767316c54 Modified Files -------------- src/include/catalog/catversion.h | 2 +- src/include/catalog/pg_amop.h | 132 +++++++++++++++++------ src/include/catalog/pg_amproc.h | 213 ++++++++++++++++++++++++++++--------- src/include/catalog/pg_opclass.h | 10 +- src/include/catalog/pg_opfamily.h | 13 +-- 5 files changed, 275 insertions(+), 95 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера