[Groonga-commit] pgroonga/pgroonga at e230f08 [master] Use API

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 15 13:50:39 JST 2015


Kouhei Sutou	2015-02-15 13:50:39 +0900 (Sun, 15 Feb 2015)

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

  Message:
    Use API

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+1 -1)
===================================================================
--- pgroonga.c    2015-02-15 13:49:54 +0900 (0b51cb4)
+++ pgroonga.c    2015-02-15 13:50:39 +0900 (08d65c2)
@@ -587,7 +587,7 @@ PGrnIsForFullTextSearchIndex(Relation index)
 										   leftType,
 										   rightType,
 										   PGrnQueryStrategyNumber);
-	return (queryStrategyOID != InvalidOid);
+	return OidIsValid(queryStrategyOID);
 }
 
 static void
-------------- next part --------------
HTML����������������������������...
Download 



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