Kouhei Sutou
null+****@clear*****
Sat May 23 21:37:50 JST 2015
Kouhei Sutou 2015-05-23 21:37:50 +0900 (Sat, 23 May 2015) New Revision: 5881c6b81348d07241dc26d6b204baf1e3b71d29 https://github.com/pgroonga/pgroonga/commit/5881c6b81348d07241dc26d6b204baf1e3b71d29 Message: Add missing recheck disable Modified files: pgroonga.c Modified: pgroonga.c (+2 -0) =================================================================== --- pgroonga.c 2015-05-23 18:45:12 +0900 (716eaa8) +++ pgroonga.c 2015-05-23 21:37:50 +0900 (f7bc72d) @@ -2193,6 +2193,8 @@ pgroonga_getbitmap(PG_FUNCTION_ARGS) PGrnScanOpaque so = (PGrnScanOpaque) scan->opaque; int64 nRecords = 0; + scan->xs_recheck = false; + PGrnEnsureCursorOpened(scan, ForwardScanDirection); if (so->indexCursor) -------------- next part -------------- HTML����������������������������...Download