blob: 766c640831f49905810db38fca6626bbe8656ee2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
CREATE EXTENSION test_lfind;
--
-- 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_lfind8();
SELECT test_lfind8_le();
SELECT test_lfind32();
|