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

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Provide stable test for NULL-values in KNN SP-GiST
Дата
Msg-id E1iBI83-0006VC-J4@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix typo in commit 82fa3ff8672.
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Provide stable test for NULL-values in KNN SP-GiST