pgsql: Fix bug in pairingheap_SpGistSearchItem_cmp()

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Fix bug in pairingheap_SpGistSearchItem_cmp()
Дата
Msg-id E1iCtj6-0007sy-3Y@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in pairingheap_SpGistSearchItem_cmp()

Our item contains only so->numberOfNonNullOrderBys of distances.  Reflect that
in the loop upper bound.

Discussion: https://postgr.es/m/53536807-784c-e029-6e92-6da802ab8d60%40postgrespro.ru
Author: Nikita Glukhov
Backpatch-through: 12

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/90c0987258264de07780f0329db2fce83098fba8

Modified Files
--------------
src/backend/access/spgist/spgscan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix bug in pairingheap_SpGistSearchItem_cmp()
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix failure with lock mode used for custom relation options