pgsql: Provide stable test for NULL-values in KNN SP-GiST

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Provide stable test for NULL-values in KNN SP-GiST
Date: 2019-09-20 12:35:48
Message-ID: E1iBI8a-0006WD-IQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Provide stable test for NULL-values in KNN SP-GiST

f5f084fc3e has removed test because of its instability. This commit provides
alternative test with determined ordering using extra ORDER BY expression.

Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d75386a3fd34d8902667474318c2ebe40978de32

Modified Files
--------------
src/test/regress/expected/create_index_spgist.out | 10 ++++++++++
src/test/regress/sql/create_index_spgist.sql | 4 ++++
2 files changed, 14 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2019-09-20 16:19:14 pgsql: Fix progress report of REINDEX INDEX
Previous Message Alexander Korotkov 2019-09-20 12:35:15 pgsql: Provide stable test for NULL-values in KNN SP-GiST