From: | Alexander Korotkov <akorotkov(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Remove unstable KNN SP-GiST test |
Date: | 2019-09-19 22:52:05 |
Message-ID: | E1iB5HR-0000Kh-Im@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove unstable KNN SP-GiST test
6cae9d2c10 introduced test for NULL values in KNN SP-GiST. This test relies on
undetermined ordering showing different results on various platforms. This
commit removes that test. Will be replaced with better test later.
Discussion: https://postgr.es/m/6d51305e1159241cabee132f7efc7eff%40xs4all.nl
Backpatch-through: 12
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/f5f084fc3ec516545d826e1e9b7ab4aabf612698
Modified Files
--------------
src/test/regress/expected/create_index_spgist.out | 10 ----------
src/test/regress/sql/create_index_spgist.sql | 4 ----
2 files changed, 14 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | DEV_OPS | 2019-09-20 03:12:32 | Re: pgsql: Improve handling of NULLs in KNN-GiST and KNN-SP-GiST |
Previous Message | Alexander Korotkov | 2019-09-19 22:52:02 | pgsql: Remove unstable KNN SP-GiST test |