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
240 B

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