[Groonga-commit] pgroonga/pgroonga at 60757d0 [master] Use standard type

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jun 25 23:19:53 JST 2017


Kouhei Sutou	2017-06-25 23:19:53 +0900 (Sun, 25 Jun 2017)

  New Revision: 60757d003bb7f5cf6b56e3b08910ff0c47b03834
  https://github.com/pgroonga/pgroonga/commit/60757d003bb7f5cf6b56e3b08910ff0c47b03834

  Message:
    Use standard type

  Modified files:
    src/pgrn-wal.c

  Modified: src/pgrn-wal.c (+1 -1)
===================================================================
--- src/pgrn-wal.c    2017-06-21 23:50:59 +0900 (7c3a6f6)
+++ src/pgrn-wal.c    2017-06-25 23:19:53 +0900 (f5b4ac4)
@@ -537,7 +537,7 @@ PGrnWALInsertColumnValueRaw(PGrnWALData *data,
 		msgpack_pack_uint64(packer, *((uint64_t *)(value)));
 		break;
 	case GRN_DB_FLOAT:
-		msgpack_pack_double(packer, *((float_t *)(value)));
+		msgpack_pack_double(packer, *((double *)(value)));
 		break;
 	case GRN_DB_TIME:
 		msgpack_pack_int64(packer, *((int64_t *)(value)));
-------------- next part --------------
HTML����������������������������...
Download 



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