diff options
Diffstat (limited to 'contrib/rtree_gist/expected/rtree_gist.out')
-rw-r--r-- | contrib/rtree_gist/expected/rtree_gist.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/rtree_gist/expected/rtree_gist.out b/contrib/rtree_gist/expected/rtree_gist.out index 86404e40d9e..27f88a859a8 100644 --- a/contrib/rtree_gist/expected/rtree_gist.out +++ b/contrib/rtree_gist/expected/rtree_gist.out @@ -36,7 +36,7 @@ select count(*) from polytmp where p && '(1000,1000),(0,0)'::polygon; (1 row) drop index pix; -create index pix on polytmp using gist (p gist_poly_ops) with(islossy); +create index pix on polytmp using gist (p gist_poly_ops); select count(*) from polytmp where p && '(1000,1000),(0,0)'::polygon; count ------- |