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

14 lines
324 B
Plaintext
Raw Permalink Normal View History

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