[Groonga-commit] pgroonga/pgroonga at 9a0b692 [master] Add a missing declaration

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Thu Jan 22 23:06:31 JST 2015


Kouhei Sutou	2015-01-22 23:06:31 +0900 (Thu, 22 Jan 2015)

  New Revision: 9a0b692ee27d69543115bb143c321cc3c1a43c79
  https://github.com/pgroonga/pgroonga/commit/9a0b692ee27d69543115bb143c321cc3c1a43c79

  Message:
    Add a missing declaration

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+1 -0)
===================================================================
--- pgroonga.c    2015-01-22 23:06:04 +0900 (080ef12)
+++ pgroonga.c    2015-01-22 23:06:31 +0900 (25aa283)
@@ -42,6 +42,7 @@ typedef GrnScanOpaqueData *GrnScanOpaque;
 
 PG_FUNCTION_INFO_V1(pgroonga_contain_text);
 PG_FUNCTION_INFO_V1(pgroonga_contain_bpchar);
+PG_FUNCTION_INFO_V1(pgroonga_match);
 
 PG_FUNCTION_INFO_V1(pgroonga_insert);
 PG_FUNCTION_INFO_V1(pgroonga_beginscan);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index