Sign in
apache
/
cloudberry
/
HEAD
/
.
/
src
/
test
/
modules
/
test_rbtree
/
sql
/
test_rbtree.sql
blob: d8dc88e057e34cf3ceec7a1dbaf3b0dcd6a4b243 [
file
] [
log
] [
blame
]
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
);