diff options
Diffstat (limited to 'contrib/btree_gist/expected/macaddr.out')
-rw-r--r-- | contrib/btree_gist/expected/macaddr.out | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/btree_gist/expected/macaddr.out b/contrib/btree_gist/expected/macaddr.out index 9634000618f..c0a4c6287f3 100644 --- a/contrib/btree_gist/expected/macaddr.out +++ b/contrib/btree_gist/expected/macaddr.out @@ -32,14 +32,7 @@ SELECT count(*) FROM macaddrtmp WHERE a > '22:00:5c:e5:9b:0d'; 540 (1 row) -SET client_min_messages = DEBUG1; CREATE INDEX macaddridx ON macaddrtmp USING gist ( a ); -DEBUG: building index "macaddridx" on table "macaddrtmp" serially -DEBUG: using sorted GiST build -CREATE INDEX macaddridx_b ON macaddrtmp USING gist ( a ) WITH (buffering=on); -DEBUG: building index "macaddridx_b" on table "macaddrtmp" serially -DROP INDEX macaddridx_b; -RESET client_min_messages; SET enable_seqscan=off; SELECT count(*) FROM macaddrtmp WHERE a < '22:00:5c:e5:9b:0d'::macaddr; count |