blob: 8439545815b37f5a49d563656efea56db8fb6220 (
plain)
1
2
3
4
5
6
7
8
|
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();
|