From b1f68118f6e96c3ff4b367ffa57975818a4dc844 Mon Sep 17 00:00:00 2001 From: tickduan <417921451@qq.com> Date: Thu, 8 Jul 2021 20:27:09 +0800 Subject: [PATCH] maxfloat over --- src/util/inc/tconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/inc/tconfig.h b/src/util/inc/tconfig.h index a680b7dd26..a61381b31b 100644 --- a/src/util/inc/tconfig.h +++ b/src/util/inc/tconfig.h @@ -32,8 +32,8 @@ extern "C" { #define TSDB_CFG_CTYPE_B_OPTION 16U // can be configured by taos_options function #define TSDB_CFG_CTYPE_B_NOT_PRINT 32U // such as password -#define MAXFLOAT 1E+120 -#define MINFLOAT -1E+120 +#define MAXFLOAT 1E+20 +#define MINFLOAT -1E+20 enum { TAOS_CFG_CSTATUS_NONE, // not configured -- GitLab