/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_radixtree/expected/test_radixtree.out
40 строк
2 KB
John Naylor
Add template for adaptive radix tree
07 мар 2024, 08:40
07 мар 2024, 08:40
ee1b30f
Код
Авторство
О чём код?
CREATE EXTENSION test_radixtree; -- -- All the logic is in the test_radixtree() function. It will throw -- an error if something fails. -- SELECT test_radixtree(); NOTICE: testing node node-4 with shift 0 and ascending keys NOTICE: testing node node-4 with shift 0 and descending keys NOTICE: testing node node-4 with shift 8 and ascending keys NOTICE: testing node node-4 with shift 8 and descending keys NOTICE: testing node node-4 with shift 56 and ascending keys NOTICE: testing node node-4 with shift 56 and descending keys NOTICE: testing node node-16-lo with shift 0 and ascending keys NOTICE: testing node node-16-lo with shift 0 and descending keys NOTICE: testing node node-16-lo with shift 8 and ascending keys NOTICE: testing node node-16-lo with shift 8 and descending keys NOTICE: testing node node-16-lo with shift 56 and ascending keys NOTICE: testing node node-16-lo with shift 56 and descending keys NOTICE: testing node node-16-hi with shift 0 and ascending keys NOTICE: testing node node-16-hi with shift 0 and descending keys NOTICE: testing node node-16-hi with shift 8 and ascending keys NOTICE: testing node node-16-hi with shift 8 and descending keys NOTICE: testing node node-16-hi with shift 56 and ascending keys NOTICE: testing node node-16-hi with shift 56 and descending keys NOTICE: testing node node-48 with shift 0 and ascending keys NOTICE: testing node node-48 with shift 0 and descending keys NOTICE: testing node node-48 with shift 8 and ascending keys NOTICE: testing node node-48 with shift 8 and descending keys NOTICE: testing node node-48 with shift 56 and ascending keys NOTICE: testing node node-48 with shift 56 and descending keys NOTICE: testing node node-256 with shift 0 and ascending keys NOTICE: testing node node-256 with shift 0 and descending keys NOTICE: testing node node-256 with shift 8 and ascending keys NOTICE: testing node node-256 with shift 8 and descending keys NOTICE: testing node node-256 with shift 56 and ascending keys NOTICE: testing node node-256 with shift 56 and descending keys test_radixtree ---------------- (1 row)