/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_rbtree/expected/test_rbtree.out
11 строк
288 B
Tom Lane
Add a test harness for the red-black tree code.
10 сен 2017, 20:26
10 сен 2017, 20:26
610bbdd
Код
Авторство
О чём код?
CREATE EXTENSION test_rbtree; -- -- These tests don't produce any interesting output. We're checking that -- the operations complete without crashing or hanging and that none of their -- internal sanity tests fail. -- SELECT test_rb_tree(10000); test_rb_tree -------------- (1 row)