Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
240 B
Plaintext
Raw Normal View History

-- test stratnum support func
SELECT gist_stratnum_btree(7);
gist_stratnum_btree
---------------------
0
(1 row)
SELECT gist_stratnum_btree(3);
gist_stratnum_btree
---------------------
3
(1 row)