pgsql: Fix failure of btree_gin indexscans with "char" type and <= op
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | pgsql: Fix failure of btree_gin indexscans with "char" type and <= op |
| Дата | |
| Msg-id | E1mDZxV-0002PI-K0@gemulon.postgresql.org обсуждение исходный текст |
| Список | pgsql-committers |
Fix failure of btree_gin indexscans with "char" type and </<= operators. As a result of confusion about whether the "char" type is signed or unsigned, scans for index searches like "col < 'x'" or "col <= 'x'" would start at the middle of the index not the left end, thus missing many or all of the entries they should find. Fortunately, this is not a symptom of index corruption. It's only the search logic that is broken, and we can fix it without unpleasant side-effects. Per report from Jason Kim. This has been wrong since btree_gin's beginning, so back-patch to all supported branches. Discussion: https://postgr.es/m/20210810001649.htnltbh7c63re42p@jasonk.me Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/a4957b5a72dc9e169b78604f67357bb3dc49d826 Modified Files -------------- contrib/btree_gin/btree_gin.c | 2 +- contrib/btree_gin/expected/char.out | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера