blob: 8222b66153833b407cdcc258fdf26557dd8543a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-- 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)
|