aboutsummaryrefslogtreecommitdiff
path: root/src/test/modules/test_binaryheap/expected/test_binaryheap.out
blob: 16ce07875e3f75621f8aa988b3ce28038171677a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CREATE EXTENSION test_binaryheap;
--
-- 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_binaryheap();
 test_binaryheap 
-----------------
 
(1 row)