diff options
Diffstat (limited to 'src/test/regress/expected/spgist.out')
-rw-r--r-- | src/test/regress/expected/spgist.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/regress/expected/spgist.out b/src/test/regress/expected/spgist.out index 51bb9a95c5c..f07b6f0145e 100644 --- a/src/test/regress/expected/spgist.out +++ b/src/test/regress/expected/spgist.out @@ -41,6 +41,7 @@ select count(*) 3 (1 row) +drop table spgist_box_tbl; -- The point opclass's choose method only uses the spgMatchNode action, -- so the other actions are not tested by the above. Create an index using -- text opclass, which uses the others actions. |