Kouhei Sutou
null+****@clear*****
Tue Feb 9 17:11:33 JST 2016
Kouhei Sutou 2016-02-09 17:11:33 +0900 (Tue, 09 Feb 2016) New Revision: 6c43997b4be51f9e5aabdd58c2fcfc95646c7268 https://github.com/pgroonga/pgroonga/commit/6c43997b4be51f9e5aabdd58c2fcfc95646c7268 Message: Add missing ifdef for PostgreSQL 9.3 Modified files: src/pgrn_jsonb.c Modified: src/pgrn_jsonb.c (+2 -0) =================================================================== --- src/pgrn_jsonb.c 2016-02-09 17:02:54 +0900 (0092885) +++ src/pgrn_jsonb.c 2016-02-09 17:11:33 +0900 (53495a1) @@ -1167,6 +1167,7 @@ PGrnJSONBBuildSearchCondition(PGrnSearchData *data, #endif } +#ifdef JSONBOID static void PGrnJSONValuesUpdateDeletedID(grn_obj *jsonValuesTable, grn_obj *values, @@ -1249,6 +1250,7 @@ PGrnJSONValuesDeleteBulk(grn_obj *jsonValuesTable, grn_table_cursor_close(ctx, tableCursor); } +#endif void PGrnJSONBBulkDeleteInit(PGrnJSONBBulkDeleteData *data) -------------- next part -------------- HTML����������������������������...Download