/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/spgist_name_ops/README
8 строк
410 B
Tom Lane
Fix confusion in SP-GiST between attribute type and leaf storage type.
04 апр 2021, 21:28
04 апр 2021, 21:28
ac9099f
Код
Авторство
О чём код?
spgist_name_ops implements an SP-GiST operator class that indexes columns of type "name", but with storage identical to that used by SP-GiST text_ops. This is not terribly useful in itself, perhaps, but it allows testing cases where the indexed data type is different from the leaf data type and yet we can reconstruct the original indexed value. That situation is not tested by any built-in SP-GiST opclass.