[Groonga-commit] pgroonga/pgroonga at 97dfbb9 [master] Update N strategies

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Jun 4 23:35:53 JST 2017


Kouhei Sutou	2017-06-04 23:35:53 +0900 (Sun, 04 Jun 2017)

  New Revision: 97dfbb953dbe3ef783b8cf1655fbb84c95e80171
  https://github.com/pgroonga/pgroonga/commit/97dfbb953dbe3ef783b8cf1655fbb84c95e80171

  Message:
    Update N strategies

  Modified files:
    data/pgroonga--1.2.0--1.2.1.sql
    data/pgroonga.sql

  Modified: data/pgroonga--1.2.0--1.2.1.sql (+1 -1)
===================================================================
--- data/pgroonga--1.2.0--1.2.1.sql    2017-06-04 22:59:33 +0900 (7f535d9)
+++ data/pgroonga--1.2.0--1.2.1.sql    2017-06-04 23:35:53 +0900 (9aac816)
@@ -370,7 +370,7 @@ BEGIN
 	SELECT amstrategies FROM pg_am LIMIT 0;
 EXCEPTION
 	WHEN syntax_error THEN
-		UPDATE pg_am SET amstrategies = 25
+		UPDATE pg_am SET amstrategies = 27
 		 WHERE amname = 'pgroonga';
 END;
 $$;

  Modified: data/pgroonga.sql (+1 -1)
===================================================================
--- data/pgroonga.sql    2017-06-04 22:59:33 +0900 (6e6965d)
+++ data/pgroonga.sql    2017-06-04 23:35:53 +0900 (725b0cb)
@@ -821,7 +821,7 @@ EXCEPTION
 		DELETE FROM pg_am WHERE amname = 'pgroonga';
 		INSERT INTO pg_am VALUES(
 			'pgroonga',	-- amname
-			25,		-- amstrategies
+			27,		-- amstrategies
 			0,		-- amsupport
 			true,		-- amcanorder
 			true,		-- amcanorderbyop
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る