blob: 3e3295696e4451c786ea28426624e383e4d47441 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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)
|