[Groonga-commit] pgroonga/pgroonga at 0c8c9b6 [master] Work again with PostgreSQL 9.3

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 7 07:41:39 JST 2016


Kouhei Sutou	2016-09-07 07:41:39 +0900 (Wed, 07 Sep 2016)

  New Revision: 0c8c9b63cc6eea15f3b49f95ae72b1c39817ecf8
  https://github.com/pgroonga/pgroonga/commit/0c8c9b63cc6eea15f3b49f95ae72b1c39817ecf8

  Message:
    Work again with PostgreSQL 9.3
    
    GitHub: fix #22
    
    Reported by Tim Abbott. Thanks!!!

  Modified files:
    src/pgrn_flush.c

  Modified: src/pgrn_flush.c (+2 -0)
===================================================================
--- src/pgrn_flush.c    2016-09-07 07:40:25 +0900 (f716035)
+++ src/pgrn_flush.c    2016-09-07 07:41:39 +0900 (8d2b692)
@@ -55,6 +55,7 @@ pgroonga_flush(PG_FUNCTION_ARGS)
 		desc = RelationGetDescr(index);
 		for (i = 0; i < desc->natts; i++)
 		{
+#ifdef JSONBOID
 			Form_pg_attribute attribute;
 
 			attribute = desc->attrs[i];
@@ -80,6 +81,7 @@ pgroonga_flush(PG_FUNCTION_ARGS)
 								true);
 			}
 			else
+#endif
 			{
 				PGrnFlushObject(PGrnLookupLexicon(index, i, ERROR),
 								true);
-------------- next part --------------
HTML����������������������������...
Download 



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