[Groonga-commit] pgroonga/pgroonga at 2e1b530 [master] test: unlog to suppress hash index warning

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jul 1 13:14:02 JST 2017


Kouhei Sutou	2017-07-01 13:14:02 +0900 (Sat, 01 Jul 2017)

  New Revision: 2e1b530fa286ec7f0664891173a9dc03edf9f281
  https://github.com/pgroonga/pgroonga/commit/2e1b530fa286ec7f0664891173a9dc03edf9f281

  Message:
    test: unlog to suppress hash index warning
    
    The suppressed warning:
    
         WARNING:  hash indexes are not WAL-logged and their use is discouraged

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

  Modified: expected/function/query-expand/hash-index.out (+1 -1)
===================================================================
--- expected/function/query-expand/hash-index.out    2017-06-30 15:56:32 +0900 (aa39ba4)
+++ expected/function/query-expand/hash-index.out    2017-07-01 13:14:02 +0900 (05696a5)
@@ -1,4 +1,4 @@
-CREATE TABLE synonyms (
+CREATE UNLOGGED TABLE synonyms (
   term text,
   synonyms text[]
 );

  Modified: sql/function/query-expand/hash-index.sql (+1 -1)
===================================================================
--- sql/function/query-expand/hash-index.sql    2017-06-30 15:56:32 +0900 (d1e5766)
+++ sql/function/query-expand/hash-index.sql    2017-07-01 13:14:02 +0900 (fb9f925)
@@ -1,4 +1,4 @@
-CREATE TABLE synonyms (
+CREATE UNLOGGED TABLE synonyms (
   term text,
   synonyms text[]
 );
-------------- next part --------------
HTML����������������������������...
Télécharger 



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