[Groonga-commit] pgroonga/pgroonga at 65e2c5a [master] windows: add a missing symbol export

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 1 16:12:02 JST 2016


Kouhei Sutou	2016-03-01 16:12:02 +0900 (Tue, 01 Mar 2016)

  New Revision: 65e2c5a228f5c9b286be14969786ea6d3f5bd3ff
  https://github.com/pgroonga/pgroonga/commit/65e2c5a228f5c9b286be14969786ea6d3f5bd3ff

  Message:
    windows: add a missing symbol export

  Modified files:
    src/pgroonga.h

  Modified: src/pgroonga.h (+1 -0)
===================================================================
--- src/pgroonga.h    2016-02-27 22:28:04 +0900 (a5d8918)
+++ src/pgroonga.h    2016-03-01 16:12:02 +0900 (a6ee001)
@@ -68,6 +68,7 @@ extern Datum PGDLLEXPORT pgroonga_match_jsonb(PG_FUNCTION_ARGS);
 /* v2 */
 extern Datum PGDLLEXPORT pgroonga_match_text(PG_FUNCTION_ARGS);
 extern Datum PGDLLEXPORT pgroonga_query_text(PG_FUNCTION_ARGS);
+extern Datum PGDLLEXPORT pgroonga_script_text(PG_FUNCTION_ARGS);
 extern Datum PGDLLEXPORT pgroonga_match_contain_text(PG_FUNCTION_ARGS);
 extern Datum PGDLLEXPORT pgroonga_query_contain_text(PG_FUNCTION_ARGS);
 
-------------- next part --------------
HTML����������������������������...
下载 



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