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

From Alexander Korotkov
Subject pgsql: Provide stable test for NULL-values in KNN SP-GiST
Date
Msg-id E1iBI83-0006VC-J4@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5033e9580869fec514d787dc9d3b0b63cce0bcfb

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(+)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix typo in commit 82fa3ff8672.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Provide stable test for NULL-values in KNN SP-GiST