aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_radixtree/sql/test_radixtree.sql
blob: 41ece5e9f570af71babc61ff05108227e1239119 (plain)
1
2
3
4
5
6
7
CREATE EXTENSION test_radixtree;

--
-- All the logic is in the test_radixtree() function. It will throw
-- an error if something fails.
--
SELECT test_radixtree();