Kouhei Sutou
null+****@clear*****
Sun Jan 18 00:08:18 JST 2015
Kouhei Sutou 2015-01-18 00:08:18 +0900 (Sun, 18 Jan 2015) New Revision: 65dc39b17ad377ee0d1e5ca3992ddd0881a8277e https://github.com/pgroonga/pgroonga/commit/65dc39b17ad377ee0d1e5ca3992ddd0881a8277e Message: Fix style Modified files: pgroonga.c Modified: pgroonga.c (+2 -2) =================================================================== --- pgroonga.c 2015-01-18 00:07:03 +0900 (5d6e3a2) +++ pgroonga.c 2015-01-18 00:08:18 +0900 (c9e3ad3) @@ -907,7 +907,7 @@ pgroonga_build(PG_FUNCTION_ARGS) GrnCreate(index, &(bs.idsTable), &lexicon, &indexColumn); { unsigned long long int updateBufferSize = 10; - bs.buffer = grn_ii_buffer_open(ctx, (grn_ii *)indexColumn, + bs.buffer = grn_ii_buffer_open(ctx, (grn_ii *) indexColumn, updateBufferSize); } nHeapTuples = IndexBuildHeapScan(heap, index, indexInfo, true, @@ -993,7 +993,7 @@ pgroonga_bulkdelete(PG_FUNCTION_ARGS) CHECK_FOR_INTERRUPTS(); - grn_table_cursor_get_key(ctx, cursor, (void **)&key); + grn_table_cursor_get_key(ctx, cursor, (void **) &key); ctid = UInt64ToCtid(key); if (callback(&ctid, callback_state)) { -------------- next part -------------- HTML����������������������������... 下载