]> granicus.if.org Git - postgresql/commit
Fix bug in pairingheap_SpGistSearchItem_cmp()
authorAlexander Korotkov <akorotkov@postgresql.org>
Tue, 24 Sep 2019 22:47:36 +0000 (01:47 +0300)
committerAlexander Korotkov <akorotkov@postgresql.org>
Tue, 24 Sep 2019 22:47:36 +0000 (01:47 +0300)
commit90c0987258264de07780f0329db2fce83098fba8
tree4d9911400682388b103fc08f09dd357481edfaba
parent709d003fbd98b975a4fbcb4c5750fa6efaf9ad87
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
src/backend/access/spgist/spgscan.c