[Groonga-commit] pgroonga/pgroonga at a25c10c [master] test: remove needles warning

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 30 15:56:32 JST 2017


Kouhei Sutou	2017-06-30 15:56:32 +0900 (Fri, 30 Jun 2017)

  New Revision: a25c10cb4a50793bdf0f4623ed1962a1d3d90465
  https://github.com/pgroonga/pgroonga/commit/a25c10cb4a50793bdf0f4623ed1962a1d3d90465

  Message:
    test: remove needles warning

  Modified files:
    expected/function/query-expand/hash-index.out

  Modified: expected/function/query-expand/hash-index.out (+0 -1)
===================================================================
--- expected/function/query-expand/hash-index.out    2017-06-30 15:51:22 +0900 (1709c2a)
+++ expected/function/query-expand/hash-index.out    2017-06-30 15:56:32 +0900 (aa39ba4)
@@ -3,7 +3,6 @@ CREATE TABLE synonyms (
   synonyms text[]
 );
 CREATE INDEX synonyms_term_index ON synonyms USING hash (term);
-WARNING:  hash indexes are not WAL-logged and their use is discouraged
 INSERT INTO synonyms VALUES ('Groonga', ARRAY['Groonga', 'Senna']);
 SELECT pgroonga.query_expand('synonyms', 'term', 'synonyms', 'Groonga');
       query_expand      
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index