[Groonga-commit] pgroonga/pgroonga at f3b25aa [master] Add missing amstrategies update for PostgreSQL < 9.6

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jul 3 12:32:43 JST 2017


Kouhei Sutou	2017-07-03 12:32:43 +0900 (Mon, 03 Jul 2017)

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

  Message:
    Add missing amstrategies update for PostgreSQL < 9.6

  Modified files:
    data/pgroonga.sql

  Modified: data/pgroonga.sql (+1 -1)
===================================================================
--- data/pgroonga.sql    2017-07-03 12:29:24 +0900 (b8b7e9a)
+++ data/pgroonga.sql    2017-07-03 12:32:43 +0900 (1d047e5)
@@ -901,7 +901,7 @@ EXCEPTION
 		DELETE FROM pg_am WHERE amname = 'pgroonga';
 		INSERT INTO pg_am VALUES(
 			'pgroonga',	-- amname
-			27,		-- amstrategies
+			30,		-- amstrategies
 			0,		-- amsupport
 			true,		-- amcanorder
 			true,		-- amcanorderbyop
-------------- next part --------------
HTML����������������������������...
Télécharger 



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