Обсуждение: pgsql: Provide stable test for NULL-values in KNN SP-GiST

Поиск
Список
Период
Сортировка

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

От
Alexander Korotkov
Дата:
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(+)