You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/btree_gist/expected/stratnum.out

13 lines
324 B

-- 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)